diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-19 18:10:52 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-19 18:11:15 +0200 |
| commit | c5875773561c249a079714f3b091a2577707eadf (patch) | |
| tree | 9aa1f86d86767beeea12bf1ab5b1136e9f6f60f1 /src/wallet/wallet.cpp | |
| parent | Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts (diff) | |
| parent | Fix init segfault where InitLoadWallet() calls ATMP before genesis (diff) | |
| download | discoin-c5875773561c249a079714f3b091a2577707eadf.tar.xz discoin-c5875773561c249a079714f3b091a2577707eadf.zip | |
Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesis
37aefff Fix init segfault where InitLoadWallet() calls ATMP before genesis (Matt Corallo)
Diffstat (limited to 'src/wallet/wallet.cpp')
| -rw-r--r-- | src/wallet/wallet.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 282917d64..c7f98b238 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3466,8 +3466,6 @@ bool CWallet::InitLoadWallet() LogPrintf("mapWallet.size() = %u\n", walletInstance->mapWallet.size()); LogPrintf("mapAddressBook.size() = %u\n", walletInstance->mapAddressBook.size()); } - // Add wallet transactions that aren't already in a block to mapTransactions - walletInstance->ReacceptWalletTransactions(); pwalletMain = walletInstance; |