From aaf738299deaa01d87b3e6089c5bf63459f5374e Mon Sep 17 00:00:00 2001 From: levonpetrosyan93 Date: Mon, 22 Dec 2025 03:04:13 +0400 Subject: [PATCH] Crash when minting fixed --- src/wallet/wallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 7e27b1e22a..0c4ce96ef5 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -769,7 +769,6 @@ bool CWallet::IsSpent(const uint256 &hash, unsigned int n) const LOCK(cs_wallet); auto& script = tx->tx->vout[n].scriptPubKey; - CWalletDB db(strWalletFile); if (script.IsZerocoinMint()) { return true;