dash/src/rpc
Odysseas Gabrielides d910b3e465
chore(rpc): renamed from bitcoin to coins in help text (#5659)
## Issue being fixed or feature implemented


## What was done?
Renamed `bitcoin` to `coins` in help texts of mining RPCs.

## How Has This Been Tested?


## Breaking Changes
no

## 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
- [x] 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)_

---------

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2023-11-03 09:06:02 -05:00
..
blockchain.cpp feat(rpc): return activation_height in getblockchaininfo for BIP9 softforks (#5624) 2023-10-23 10:56:10 -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 fix: possible assert call if nHeight in CDeterministicMNList is higher then Tip (#5590) 2023-10-27 19:53:27 -05:00
mining.cpp chore(rpc): renamed from bitcoin to coins in help text (#5659) 2023-11-03 09:06:02 -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