Skip to content
Snippets Groups Projects
Commit 7aacd969 authored by Bruno Škvorc's avatar Bruno Škvorc Committed by GitHub
Browse files

Typo in error text (#7126)

parent 9fdd4672
No related merge requests found
......@@ -98,7 +98,7 @@ impl From<InvalidTransaction> for &'static str {
InvalidTransaction::BadProof => "Transaction has a bad signature",
InvalidTransaction::AncientBirthBlock => "Transaction has an ancient birth block",
InvalidTransaction::ExhaustsResources =>
"Transaction would exhausts the block limits",
"Transaction would exhaust the block limits",
InvalidTransaction::Payment =>
"Inability to pay some fees (e.g. account balance too low)",
InvalidTransaction::BadMandatory =>
......
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