good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 583a753e authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

start_pool_at_genesis_on_devnet (#2856)

parent a28a0b77
No related branches found
No related tags found
Loading
......@@ -209,6 +209,9 @@ func StageLoopStep(
}
pendingBaseFee := misc.CalcBaseFee(notifications.Accumulator.ChainConfig(), header)
if header.Number.Uint64() == 0 {
notifications.Accumulator.StartChange(0, header.Hash(), nil, false)
}
notifications.Accumulator.SendAndReset(ctx, notifications.StateChangesConsumer, pendingBaseFee.Uint64())
return stagedsync.NotifyNewHeaders(ctx, finishProgressBefore, head, sync.PrevUnwindPoint(), notifications.Events, tx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment