[RPC, Wallet] Move RPC dispatch table registration to wallet/ code

This commit is contained in:
Jonas Schnelli
2016-01-07 08:33:49 +01:00
committed by lateminer
parent ce7f082de5
commit 6bab17dc2d
8 changed files with 107 additions and 95 deletions

View File

@@ -15,6 +15,7 @@
#include "wallet/crypter.h"
#include "wallet/wallet_ismine.h"
#include "wallet/walletdb.h"
#include "wallet/rpcwallet.h"
#include <algorithm>
#include <map>