Compare commits

..

2 Commits

Author SHA1 Message Date
RichardAH
74c83a9271 Merge branch 'release' into candidate 2023-12-29 21:56:05 +01:00
Denis Angell
1b9373e220 add array xpop path 2023-10-30 15:53:48 +01:00

View File

@@ -302,13 +302,6 @@ GenesisMint::doApply()
bool const firstOccurance = mints.find(id) == mints.end();
if (dropsAdded + toCredit < dropsAdded)
{
JLOG(ctx_.journal.warn()) << "GenesisMint: cannot credit " << id
<< " due to dropsAdded overflow";
return tecINTERNAL;
}
dropsAdded += toCredit;
// if flags / marks appear more than once we just take the first