mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 22:01:08 +00:00
Typo in error text (#7126)
This commit is contained in:
@@ -98,7 +98,7 @@ impl From<InvalidTransaction> for &'static str {
|
|||||||
InvalidTransaction::BadProof => "Transaction has a bad signature",
|
InvalidTransaction::BadProof => "Transaction has a bad signature",
|
||||||
InvalidTransaction::AncientBirthBlock => "Transaction has an ancient birth block",
|
InvalidTransaction::AncientBirthBlock => "Transaction has an ancient birth block",
|
||||||
InvalidTransaction::ExhaustsResources =>
|
InvalidTransaction::ExhaustsResources =>
|
||||||
"Transaction would exhausts the block limits",
|
"Transaction would exhaust the block limits",
|
||||||
InvalidTransaction::Payment =>
|
InvalidTransaction::Payment =>
|
||||||
"Inability to pay some fees (e.g. account balance too low)",
|
"Inability to pay some fees (e.g. account balance too low)",
|
||||||
InvalidTransaction::BadMandatory =>
|
InvalidTransaction::BadMandatory =>
|
||||||
|
|||||||
Reference in New Issue
Block a user