diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 6695edc70ec..680b4b651b4 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -4275,10 +4275,6 @@ bool CWallet::ApplyMigrationData(MigrationData& data, bilingual_str& error) } local_wallet_batch.TxnCommit(); - // Connect the SPKM signals - ConnectScriptPubKeyManNotifiers(); - NotifyCanGetAddressesChanged(); - WalletLogPrintf("Wallet migration complete.\n"); return true;