btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.1k stars 2.31k forks source link

rpcclient: CreateRawTransaction replaceable parameter #2031

Open wydengyre opened 9 months ago

wydengyre commented 9 months ago

Support the RPC createrawtransaction replaceable parameter, which allows disabling opt-in RBF.

wydengyre commented 9 months ago

This is a breaking change. If that's a problem, I could make a version of this called CreateRawTransaction4, or whatever name seems more reasonable.