Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Oct 24, 2023
1 parent dbc23db commit 249e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agents/validator/src/submit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl ValidatorSubmitter {
}

/// Submits signed checkpoints.
/// If a target checkpoint is provided, the provided tree must not be behind it, and
/// If a target checkpoint is provided, it must not be bethind the provided tree, and
/// the submitter will only submit checkpoints until it reaches the target checkpoint.
/// If a target checkpoint is not provided, the submitter will submit checkpoints indefinitely.
#[instrument(err, skip(self, tree), fields(domain=%self.merkle_tree_hook.domain()))]
Expand Down

0 comments on commit 249e29a

Please sign in to comment.