Skip to content

Commit

Permalink
rename WalletError to SignerError
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Oct 11, 2024
1 parent 3924477 commit 5b034d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-build-rs/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pub enum Error {
#[error(transparent)]
PayloadBuilderError(#[from] PayloadBuilderError),
#[error(transparent)]
WalletError(#[from] LocalSignerError),
SignerError(#[from] LocalSignerError),
}

0 comments on commit 5b034d6

Please sign in to comment.