Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
rpc-spec-v2/tx: Fix error typo (#13307)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv authored and Ank4n committed Feb 28, 2023
1 parent 70cfde8 commit 38ebd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc-spec-v2/src/transaction/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl<Hash> From<Error> for TransactionEvent<Hash> {
Error::Pool(PoolError::TooLowPriority { old, new }) =>
TransactionEvent::Invalid(TransactionError {
error: format!(
"The priority of the transactin is too low (pool {} > current {})",
"The priority of the transaction is too low (pool {} > current {})",
old, new
),
}),
Expand Down

0 comments on commit 38ebd72

Please sign in to comment.