mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Organize RPCCommands table
Use sensible categories (overall control, P2P, blockchain/UTXO and mining, wallet, wallet-enabled mining) and sort within each. Also remove unnecessary #ifdef ENABLE_WALLET from `rpcnet.cpp`. Functionality-neutral change.
This commit is contained in:
parent
ad603f815f
commit
ab88ed93ef
2 changed files with 58 additions and 53 deletions
|
|
@ -10,10 +10,6 @@
|
|||
#include "protocol.h"
|
||||
#include "sync.h"
|
||||
#include "util.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "init.h" // for getinfo
|
||||
#include "wallet.h" // for getinfo
|
||||
#endif
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include "json/json_spirit_value.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue