bitcoindevkit / coin-select

Tool to help you select inputs for making bitcoin transactions.
Other
12 stars 6 forks source link

Implement proper RBF API so you can satisfy rule 4 #19

Closed LLFourn closed 7 months ago

LLFourn commented 7 months ago

Removes min_fee constraint in favour of proper rule 4 handling (min_fee was pretty useless).

See for rule 4: https://github.com/bitcoin/bitcoin/blob/master/doc/policy/mempool-replacements.md#current-replace-by-fee-policy

LowestFee BnB metric updated to bound correctly for this.

A few other coin_selector API changes

Fixes: #12