Skip to content

Commit

Permalink
BFT-474: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jul 9, 2024
1 parent 512a789 commit ed0e867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/node/consensus/src/storage/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ impl<'a> Connection<'a> {

// TODO: Fill out the proof when we have the stateless L1 batch validation story finished.
// It is supposed to be a Merkle proof that the rolling hash of the batch has been included
// in the L1 state tree. The state root hash of L1 won't be available in the DB, it requires
// an API client.
// in the L1 system contract state tree. It is *not* the Ethereum state root hash, so producing
// it can be done without an L1 client, which is only required for validation.
let batch = attester::SyncBatch {
number,
payloads,
Expand Down

0 comments on commit ed0e867

Please sign in to comment.