Skip to content
Snippets Groups Projects
Commit c000d181 authored by Alexandru Vasile's avatar Alexandru Vasile Committed by GitHub
Browse files

rpc-spec-v2/tx: Fix error typo (#13307)


Signed-off-by: default avatarAlexandru Vasile <alexandru.vasile@parity.io>
parent 7539d4d8
Branches
No related merge requests found
......@@ -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
),
}),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment