Skip to content

Commit

Permalink
Update common/eos/src/eos_incremerkle.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ubordignon <[email protected]>
  • Loading branch information
gskapka and ubordignon authored Feb 14, 2024
1 parent 66f0a8b commit d9ca52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/eos/src/eos_incremerkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{EosDbUtils, EosState};
// NOTE: The light client for EOS doesn't keep blocks - they are too frequent and too numerous
// for efficient use in TEEs.
//
// Instead, we provide as the first trusted block from the node which contains all the
// Instead, we provide as the first trusted block one from the node which contains all the
// information to construct a merkle tree with the correct merkle root which is that block's ID.
//
// Going forward from that, we can submit a later, non-subsequent block, along with _all_ the block
Expand Down

0 comments on commit d9ca52a

Please sign in to comment.