aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-10-19 18:17:01 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2014-10-20 10:59:12 -0700
commita96d113962b92b550a04d6ab0f580d29401039da (patch)
treea4f204b5087e8aee6ee1565756a0e16c6aa4c993 /src/test/test_bitcoin.cpp
parent84d13eef883769451ba9f77b56d9738d24474d5c (diff)
downloadbitcoin-a96d113962b92b550a04d6ab0f580d29401039da.tar.xz
Rename CWalletInterface to CValidationInterface
It's useful for much more than wallets.
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index afd63d2717..e50218d8ef 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -47,7 +47,7 @@ struct TestingSetup {
bool fFirstRun;
pwalletMain = new CWallet("wallet.dat");
pwalletMain->LoadWallet(fFirstRun);
- RegisterWallet(pwalletMain);
+ RegisterValidationInterface(pwalletMain);
#endif
nScriptCheckThreads = 3;
for (int i=0; i < nScriptCheckThreads-1; i++)