Skip to content

Commit

Permalink
(android) Increase feerate used for liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Dec 19, 2023
1 parent 6cc83f3 commit ee63a04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class RequestLiquidityViewModel(val peerManager: PeerManager, val appConfigManag
state.value = RequestLiquidityState.Error.Thrown(e)
}) {
val peer = peerManager.getPeer()
val feerate = appConfigManager.mempoolFeerate.filterNotNull().first().economy
val feerate = appConfigManager.mempoolFeerate.filterNotNull().first().hour
peer.estimateFeeForInboundLiquidity(
amount = amount,
targetFeerate = FeeratePerKw(feerate),
Expand Down

0 comments on commit ee63a04

Please sign in to comment.