Skip to content

Commit

Permalink
fix(eos): <- correct comments/typos in that
Browse files Browse the repository at this point in the history
Co-authored-by: ubordignon <[email protected]>
  • Loading branch information
gskapka and ubordignon committed Feb 14, 2024
1 parent 0bb6ff6 commit 063e466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/eos/src/eos_incremerkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ use serde::{Deserialize, Serialize};

use crate::{EosDbUtils, EosState};

// NOTE: The light client for EOS doesn't not keep blocks - they are too frequent and too numerous
// 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 063e466

Please sign in to comment.