mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05:00
35d928c632
Unless `-deprecatedrpc=fees` is passed, top level fee fields are no longer returned for mempool entries. Add instructions to field help on how to access deprecated fields, update help text for readability, and include units. This is important to help avoid any confusion as users move from deprecated fields to the fee fields object (credit: jonatack). This affects `getmempoolentry`, `getrawmempool`, `getmempoolancestors`, and `getmempooldescendants` Modify `test/functional/mempool_packages.py` and `test/functional/rpc_fundrawtransaction.py` tests to no longer use deprecated fields. Co-authored-by: jonatack <jon@atack.com> |
||
---|---|---|
.. | ||
blockchain.cpp | ||
blockchain.h | ||
client.cpp | ||
client.h | ||
external_signer.cpp | ||
mining.cpp | ||
mining.h | ||
misc.cpp | ||
net.cpp | ||
net.h | ||
protocol.h | ||
rawtransaction.cpp | ||
rawtransaction_util.cpp | ||
rawtransaction_util.h | ||
register.h | ||
request.cpp | ||
request.h | ||
server.cpp | ||
server.h | ||
util.cpp | ||
util.h |