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

Commit 29bc835

Browse files
lexnvRoss Bulat
authored andcommitted
rpc-spec-v2/tx: Fix error typo (#13307)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
1 parent 8eb7711 commit 29bc835

File tree

1 file changed

+1
-1
lines changed
  • client/rpc-spec-v2/src/transaction

1 file changed

+1
-1
lines changed

client/rpc-spec-v2/src/transaction/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl<Hash> From<Error> for TransactionEvent<Hash> {
6868
Error::Pool(PoolError::TooLowPriority { old, new }) =>
6969
TransactionEvent::Invalid(TransactionError {
7070
error: format!(
71-
"The priority of the transactin is too low (pool {} > current {})",
71+
"The priority of the transaction is too low (pool {} > current {})",
7272
old, new
7373
),
7474
}),

0 commit comments

Comments
 (0)