diff --git a/src/lndmobile/onchain.ts b/src/lndmobile/onchain.ts index b7dc68913..ff0086899 100644 --- a/src/lndmobile/onchain.ts +++ b/src/lndmobile/onchain.ts @@ -155,7 +155,7 @@ export const bumpFee = async ( outputIndex: index, }, force: true, - satPerVbyte: Long.fromValue(500), + satPerVbyte: Long.fromValue(feeRate), }, });