diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-21 11:38:52 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-21 11:56:10 +0200 |
| commit | b88cb1a96eb670ca1f36cdc3fa908a23bffa18c5 (patch) | |
| tree | e92c767a8ac2aca7fc1844903154c6b22e7635cc /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #5098 (diff) | |
| parent | Rename CWalletInterface to CValidationInterface (diff) | |
| download | discoin-b88cb1a96eb670ca1f36cdc3fa908a23bffa18c5.tar.xz discoin-b88cb1a96eb670ca1f36cdc3fa908a23bffa18c5.zip | |
Merge pull request #5105
a96d113 Rename CWalletInterface to CValidationInterface (Pieter Wuille)
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index afd63d271..e50218d8e 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++) |