Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Jan 31, 2025
1 parent edb3269 commit 92f4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/transaction_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ func (s *TransactionStreamer) checkSubmittedTransactionForFinality(ctx context.C
}

if snapshot.Height <= height {
return fmt.Errorf("snapshot height %w is less than or equal to the requested height %w", snapshot.Height, height)
return fmt.Errorf("snapshot height %v is less than or equal to the requested height %v", snapshot.Height, height)
}

nextHeader, err := s.espressoClient.FetchHeaderByHeight(ctx, snapshot.Height)
Expand Down

0 comments on commit 92f4aa6

Please sign in to comment.