Skip to content

Commit

Permalink
Update node/actors/executor/src/attestation.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno França <[email protected]>
  • Loading branch information
aakoshh and brunoffranca authored Jul 8, 2024
1 parent 35f6cb2 commit e7693d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/actors/executor/src/attestation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub(super) struct AttesterRunner {
}

impl AttesterRunner {
/// Crete a new instance of a runner.
/// Create a new instance of a runner.
pub(super) fn new(
block_store: Arc<BlockStore>,
batch_store: Arc<BatchStore>,
Expand Down

0 comments on commit e7693d7

Please sign in to comment.