mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
SCMC: no need to assert negative values since we check later
This commit is contained in:
parent
b8aa6eb0ff
commit
446bcaba17
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue