Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Oct 14, 2024
1 parent 703687d commit 119e8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-composer/src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ async fn get_pending_nonce(
address: Address,
metrics: &Metrics,
) -> eyre::Result<u32> {
debug!("fetching pending nonce from sequencing");
debug!("fetching pending nonce from sequencer");
let span = Span::current();
let start = Instant::now();
let retry_config = tryhard::RetryFutureConfig::new(1024)
Expand Down

0 comments on commit 119e8ae

Please sign in to comment.