mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 23:15:42 +00:00
rpc-spec-v2/tx: Fix error typo (#13307)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -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
|
||||
),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user