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 0bb6ff6 commit 66f0a8b
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 @@ -11,7 +11,7 @@ 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
Expand Down

0 comments on commit 66f0a8b

Please sign in to comment.