aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-01-20 15:15:29 +0100
committerWladimir J. van der Laan <[email protected]>2016-01-20 15:15:51 +0100
commit9982710e88687706686bb132d3737ce3befd8eeb (patch)
treece0103f888d3e257a276e3fd4e237ca86d6b9159 /src/test/test_bitcoin.cpp
parentMerge #7222: RPC: Indicate which transactions are signaling opt-in RBF (diff)
parent[RPC, Wallet] Move RPC dispatch table registration to wallet/ code (diff)
downloaddiscoin-9982710e88687706686bb132d3737ce3befd8eeb.tar.xz
discoin-9982710e88687706686bb132d3737ce3befd8eeb.zip
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index f81050b15..0416d0c92 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -54,6 +54,7 @@ TestingSetup::TestingSetup(const std::string& chainName) : BasicTestingSetup(cha
const CChainParams& chainparams = Params();
#ifdef ENABLE_WALLET
bitdb.MakeMock();
+ walletRegisterRPCCommands();
#endif
ClearDatadirCache();
pathTemp = GetTempPath() / strprintf("test_bitcoin_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000)));