Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(prover): fix an issue in proof submitter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Feb 26, 2024
1 parent 27f79c0 commit ef2f470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/proof_submitter/proof_submitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (s *ProofSubmitter) RequestProof(ctx context.Context, event *bindings.Taiko
MetaHash: blockInfo.Blk.MetaHash,
BlockHash: block.Hash(),
ParentHash: block.ParentHash(),
StateRoot: l1Header.Root,
StateRoot: block.Root(),
EventL1Hash: event.Raw.BlockHash,
Graffiti: common.Bytes2Hex(s.graffiti[:]),
GasUsed: block.GasUsed(),
Expand Down

0 comments on commit ef2f470

Please sign in to comment.