Skip to content

Commit

Permalink
remove post state hack when running as sequencer (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott committed Mar 5, 2024
1 parent b6cc80b commit bc50d2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zk/stages/stage_sequncer_interhashes.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ func SpawnSequencerInterhashesStage(

// update the details related to anything that may have changed after figuring out the root
header.Root = newRoot
for _, r := range receipts {
r.PostState = newRoot.Bytes()
}
header.ReceiptHash = types.DeriveSha(receipts)
header.Bloom = types.CreateBloom(receipts)
newHash := header.Hash()
Expand Down

0 comments on commit bc50d2d

Please sign in to comment.