Skip to content

Commit b7bc9b8

Browse files
author
MarcoFalke
committed
Merge #17444: wallet: Avoid showing GUI popups on RPC errors (take 2)
faffa7f wallet: Avoid showing GUI popups on RPC errors (take 2) (MarcoFalke) Pull request description: Commit 8b0d82b claims "This commit does not change behavior." However, it re-introduced the bug I tried to fix in #17070 ACKs for top commit: ryanofsky: Code review ACK faffa7f Tree-SHA512: 99987f80c76414dca40c7d76b2fe4ea853debbe3c49e7acdeab2596c726a2935c468f4484d49212e65ecc9c8b0d861c0c2b83c1ddfc07670540699199dbfecb0
2 parents 41162c0 + faffa7f commit b7bc9b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/wallet.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3651,9 +3651,7 @@ std::shared_ptr<CWallet> CWallet::CreateWalletFromFile(interfaces::Chain& chain,
36513651
}
36523652

36533653
if (auto spk_man = walletInstance->m_spk_man.get()) {
3654-
std::string error;
36553654
if (!spk_man->Upgrade(prev_version, error)) {
3656-
chain.initError(error);
36573655
return nullptr;
36583656
}
36593657
}

0 commit comments

Comments
 (0)