Typo in error text (#7126)

This commit is contained in:
Bruno Škvorc
2020-09-17 11:12:14 +02:00
committed by GitHub
parent 9fdd4672b0
commit 7aacd969fe
@@ -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 =>