mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Fix init segfault where InitLoadWallet() calls ATMP before genesis
This commit is contained in:
@@ -3467,8 +3467,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user