aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2016-08-01 01:57:52 +0200
committerPieter Wuille <[email protected]>2016-08-01 02:06:42 +0200
commitb9c1cd81848da9de1baf9c2f29c19c50e549de13 (patch)
tree020e20e50a06705db1d36c622def7e6f2b65de31 /src/wallet/walletdb.cpp
parentMerge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con... (diff)
parentRemove unused pwalletdb from CWallet::AddToWallet (diff)
downloaddiscoin-b9c1cd81848da9de1baf9c2f29c19c50e549de13.tar.xz
discoin-b9c1cd81848da9de1baf9c2f29c19c50e549de13.zip
Merge #8152: [Wallet] Remove CWalletDB* parameter from CWallet::AddToWallet
5723bb4 Remove unused pwalletdb from CWallet::AddToWallet (Patrick Strateman) 867f842 Remove CWalletDB* parameter from CWallet::AddToWallet (Patrick Strateman) 00f09c9 Split CWallet::AddToWallet into AddToWallet and LoadToWallet. (Patrick Strateman)
Diffstat (limited to 'src/wallet/walletdb.cpp')
-rw-r--r--src/wallet/walletdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp
index 72af8ab7b..543522ca6 100644
--- a/src/wallet/walletdb.cpp
+++ b/src/wallet/walletdb.cpp
@@ -400,7 +400,7 @@ ReadKeyValue(CWallet* pwallet, CDataStream& ssKey, CDataStream& ssValue,
if (wtx.nOrderPos == -1)
wss.fAnyUnordered = true;
- pwallet->AddToWallet(wtx, true, NULL);
+ pwallet->LoadToWallet(wtx);
}
else if (strType == "acentry")
{