mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-06 10:16:35 +00:00
accumulator may be zero in reward hook
This commit is contained in:
@@ -90,7 +90,7 @@ int64_t hook(uint32_t r)
|
||||
TRACEVAR(first);
|
||||
TRACEVAR(last);
|
||||
|
||||
ASSERT(accumulator > 0 && first > 0 && last > 0);
|
||||
ASSERT(/*accumulator > 0 &&*/ first > 0 && last > 0);
|
||||
|
||||
// we need to add the final block ourselves
|
||||
|
||||
|
||||
Reference in New Issue
Block a user