style: Add typos pre-commit hook (#2041)

This commit is contained in:
Ayaz Salikhov
2025-04-29 09:59:11 +01:00
committed by GitHub
parent de43be887e
commit af0a8af287
95 changed files with 207 additions and 180 deletions

View File

@@ -395,7 +395,7 @@ struct AccountTxParameterTest : public RPCAccountTxHandlerTest,
.testName = "InvalidTxType",
.testJson = R"({
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
"tx_type": "unknow"
"tx_type": "unknown"
})",
.expectedError = "invalidParams",
.expectedErrorMessage = "Invalid field 'tx_type'."