mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 18:53:21 +01: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user