Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING6d9922049a87: Deprecate nblocks from estimatefee RPC
rABC6d9922049a87: Deprecate nblocks from estimatefee RPC
ninja check make check test_runner.py rpc_estimatefee
bitcoind bitcoin-cli estimatefee # succeeds bitcoin-cli estimatefee 2 # errors as expected bitcoind -deprecatedrpc=estimatefee bitcoin-cli estimatefee # succeeds bitcoin-cli estimatefee 2 # succeeds
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Maybe you can add a note somewhere in the help or in the release note to inform that the deprecation can be bypassed with the -deprecatedrpc=estimatefee option.