Closed pm47 closed 10 months ago
This is based on #2780, with a slightly different implementation.
The fee is checked right after calling fundrawtransaction, which makes it work for both the single and dual funding cases.
fundrawtransaction
Also we use the feeBudget terminology instead of maxFee.
feeBudget
maxFee
This is based on #2780, with a slightly different implementation.
The fee is checked right after calling
fundrawtransaction
, which makes it work for both the single and dual funding cases.Also we use the
feeBudget
terminology instead ofmaxFee
.