diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index d0857bcb7..49743ee02 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2844,6 +2844,8 @@ bool CWallet::CreateTransaction(const std::vector& vecSend, CTransac return false; } } + } else { + bnb_used = false; } const CAmount nChange = nValueIn - nValueToSelect;