mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Compare commits
2 Commits
minor_fixe
...
2023.12.29
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74c83a9271 | ||
|
|
1b9373e220 |
@@ -302,13 +302,6 @@ GenesisMint::doApply()
|
|||||||
|
|
||||||
bool const firstOccurance = mints.find(id) == mints.end();
|
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;
|
dropsAdded += toCredit;
|
||||||
|
|
||||||
// if flags / marks appear more than once we just take the first
|
// if flags / marks appear more than once we just take the first
|
||||||
|
|||||||
Reference in New Issue
Block a user