SCMC: no need to assert negative values since we check later

This commit is contained in:
Gregory Sanders 2017-07-20 07:54:55 -04:00
parent b8aa6eb0ff
commit 446bcaba17

View file

@ -2388,7 +2388,6 @@ bool CWallet::SelectCoinsMinConf(const CAmountMap& mapTargetValue, const int nCo
{
setCoinsRet.clear();
mapValueRet = CAmountMap();
assert(mapTargetValue >= CAmountMap());
CAmountMap mapTotalLower;
std::map<CAsset, std::vector<SelectCoin> > mapVValue;