Skip to content

Commit

Permalink
Update substrate/frame/revive/rpc/src/client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou authored Nov 26, 2024
1 parent edd099c commit 65caf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/rpc/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub enum ClientError {
#[error(transparent)]
CodecError(#[from] codec::Error),
/// Contract reverted
#[error("Contract reverted")]
#[error("contract reverted")]
Reverted(EthTransactError),
/// A decimal conversion failed.
#[error("conversion failed")]
Expand Down

0 comments on commit 65caf0b

Please sign in to comment.