rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
340 stars 255 forks source link

Alternative implementation for `maxfeerate` and `maxburnamount` #377

Open onchainguy-btc opened 1 week ago

onchainguy-btc commented 1 week ago

I had this already done but didn't submit the PR yet. Then saw that @casey submitted a PR.

Thought introducing a new function makes it a bit easier for people to upgrade but I'm also a rust noob 🤷 So if you prefer #376 then lets throw this away 🥲

apoelstra commented 1 week ago

Heads up that this repo appears unmaintained -- we have another project https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/ we are working on to replace it. So I don't think either PR here is going to move forward anytime soon.