dash/src/rpc
UdjinM6 5d8ffe56dc
fix: add rpc help text for "ehf" field (#5628)
## Issue being fixed or feature implemented
#5597 follow-up 

## What was done?
add missing filed description

## How Has This Been Tested?
`help getblockchaininfo`

## Breaking Changes
n/a

## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository
code-owners and collaborators only)_
2023-10-20 10:04:55 -05:00
..
blockchain.cpp fix: add rpc help text for "ehf" field (#5628) 2023-10-20 10:04:55 -05:00
blockchain.h merge bitcoin#21391: Prune g_chainman usage in RPC modules 2023-07-28 00:18:27 -05:00
client.cpp feat: new rpc `gettxchainlocks' to get transaction statuses by batch (#5578) 2023-09-20 09:07:24 -05:00
client.h
coinjoin.cpp refactor: subsume CoinJoin objects under CJContext, deglobalize coinJoin{ClientQueueManager,Server} (#5337) 2023-09-13 12:52:38 -05:00
evo.cpp refactor: make all ToJson functions return a UniValue instead of return by reference; add nodiscard (#5592) 2023-09-29 12:56:52 -05:00
governance.cpp feat!: Block Reward Reallocation (Doubling Treasury) (#5588) 2023-10-03 09:32:53 -05:00
masternode.cpp feat!: exclude fees when calculating platformReward (#5612) 2023-10-17 22:07:37 -05:00
mining.cpp Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand tables 2023-08-03 11:16:41 -05:00
mining.h merge bitcoin#19133: add bitcoin-cli -generate command 2023-04-17 08:30:49 +00:00
misc.cpp fix: debug rpc should return a list of active debug categories, not all of them (#5585) 2023-09-28 07:47:45 -05:00
net.cpp fix: add missing includes and remove obsolete includes (#5562) 2023-09-07 09:07:02 -05:00
protocol.h Merge #20964: rpc: Add specific error code for "wallet already loaded" 2023-07-26 09:37:52 +05:30
quorums.cpp refactor: make all ToJson functions return a UniValue instead of return by reference; add nodiscard (#5592) 2023-09-29 12:56:52 -05:00
rawtransaction_util.cpp Merge #18673: scripted-diff: Sort test includes 2023-08-29 22:00:59 -05:00
rawtransaction_util.h Merge #18673: scripted-diff: Sort test includes 2023-08-29 22:00:59 -05:00
rawtransaction.cpp merge bitcoin#20464: Treat CDataStream bytes as uint8_t 2023-09-24 09:50:50 -05:00
register.h
request.cpp merge bitcoin#18594: display multiwallet balances in -getinfo 2023-04-17 08:30:49 +00:00
request.h Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve explicit usage 2023-08-01 12:24:36 -05:00
server.cpp fix: add missing includes and remove obsolete includes (#5562) 2023-09-07 09:07:02 -05:00
server.h
util.cpp fix: add missing includes and remove obsolete includes (#5562) 2023-09-07 09:07:02 -05:00
util.h Merge #18673: scripted-diff: Sort test includes 2023-08-29 22:00:59 -05:00