Skip to content

Commit

Permalink
tiny nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbuild3r committed Oct 26, 2023
1 parent 57db8d4 commit 0c91614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/identity_tree/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ use thiserror::Error;
#[derive(Clone, Copy, Debug, Serialize, Deserialize, PartialEq, Eq, Hash)]
#[serde(rename_all = "camelCase")]
pub enum Status {
/// The root is included in sequencer's in-memory tree, but is not yet
/// Root is included in sequencer's in-memory tree, but is not yet
/// mined.
Pending,

/// The root is mined on mainnet but is still waiting for confirmation on
/// Root is mined on mainnet but is still waiting for confirmation on
/// relayed chains
///
/// i.e. the root is included in a mined block on mainnet,
Expand Down

0 comments on commit 0c91614

Please sign in to comment.