Skip to content

Commit

Permalink
fix typo in src/tx.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
afosan committed Jan 28, 2024
1 parent d52b027 commit d5b4c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub enum TxError {
NoBaseFee,
#[error("no receipt found for tx hash ({tx_hash})")]
NoReceiptFound { tx_hash: H256 },
#[error("({tx_kind}) got reverted with has ({tx_hash})")]
#[error("({tx_kind}) got reverted with hash ({tx_hash})")]
Reverted { tx_kind: String, tx_hash: H256 },
}

Expand Down

0 comments on commit d5b4c11

Please sign in to comment.