Skip to content

Commit

Permalink
keep the error message alignment with geth
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Dec 27, 2024
1 parent e3500b3 commit b9a32e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/errors/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub enum ProviderError {
InvalidStorageOutput,

/// L1 origin error
#[display("not L1Origin found for block #{_0}")]
#[display("not found")]
L1OriginNotFound(BlockNumber),

/// Head L1 origin error
Expand Down

0 comments on commit b9a32e7

Please sign in to comment.