From 446bcaba17d0237cedef25f0afbc3517e1f12b24 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 20 Jul 2017 07:54:55 -0400 Subject: [PATCH] SCMC: no need to assert negative values since we check later --- src/wallet/wallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 7aa2fbb2ba..0a8e368978 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2388,7 +2388,6 @@ bool CWallet::SelectCoinsMinConf(const CAmountMap& mapTargetValue, const int nCo { setCoinsRet.clear(); mapValueRet = CAmountMap(); - assert(mapTargetValue >= CAmountMap()); CAmountMap mapTotalLower; std::map > mapVValue;