Skip to content

Commit

Permalink
fix feerate
Browse files Browse the repository at this point in the history
Signed-off-by: Nitesh Balusu <[email protected]>
  • Loading branch information
niteshbalusu11 committed Dec 8, 2023
1 parent 5665a0d commit bdb103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lndmobile/onchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const bumpFee = async (
outputIndex: index,
},
force: true,
satPerVbyte: Long.fromValue(500),
satPerVbyte: Long.fromValue(feeRate),
},
});

Expand Down

0 comments on commit bdb103b

Please sign in to comment.