We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992ba8a commit ac4e772Copy full SHA for ac4e772
beacon_chain/consensus_object_pools/blockchain_dag.nim
@@ -1247,7 +1247,7 @@ proc updateState*(
1247
ancestors.add(cur.bid)
1248
1249
if cur.slot == GENESIS_SLOT or
1250
- (cur.slot.epoch + EPOCHS_PER_STATE_SNAPSHOT * 2 < startEpoch):
+ (cur.slot.epoch + uint64(EPOCHS_PER_STATE_SNAPSHOT) * 2 < startEpoch):
1251
# We've either walked two full state snapshot lengths or hit the tail
1252
# and still can't find a matching state: this can happen when
1253
# starting the node from an arbitrary finalized checkpoint and not
0 commit comments