fix typos

This commit is contained in:
omahs 2025-03-23 14:15:17 +01:00
parent 5a1421c076
commit 2e58cb56c6
4 changed files with 6 additions and 6 deletions

View File

@ -280,7 +280,7 @@ def runtests():
class RPCTestHandler:
"""
Trigger the testscrips passed in via the list.
Trigger the testscripts passed in via the list.
"""
def __init__(self, num_tests_parallel, test_list=None, flags=None):

View File

@ -3,7 +3,7 @@
# Copyright (c) 2018-2022 The Dogecoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""rawtranscation RPCs QA test.
"""rawtransaction RPCs QA test.
# Tests the following RPCs:
# - createrawtransaction
@ -156,8 +156,8 @@ class RawTransactionsTest(BitcoinTestFramework):
# 5. valid parameters - supply txid and True for non-verbose
assert_equal(self.nodes[0].getrawtransaction(txHash, True)["hex"], rawTxSigned['hex'])
# 6. invalid parameters - supply txid and string "Flase"
assert_raises_jsonrpc(-3,"Invalid type", self.nodes[0].getrawtransaction, txHash, "Flase")
# 6. invalid parameters - supply txid and string "invalidstringvalue"
assert_raises_jsonrpc(-3,"Invalid type", self.nodes[0].getrawtransaction, txHash, "invalidstringvalue")
# 7. invalid parameters - supply txid and empty array
assert_raises_jsonrpc(-3,"Invalid type", self.nodes[0].getrawtransaction, txHash, [])

View File

@ -2570,7 +2570,7 @@ Use this functionality with extreme caution.</source>
</message>
<message>
<source>Clear &amp;All</source>
<translation>&amp;Tyhjennnä Kaikki</translation>
<translation>&amp;Tyhjennä Kaikki</translation>
</message>
<message>
<source>Balance:</source>

View File

@ -3775,7 +3775,7 @@ Gebruik deze functie met extreme voorzichtigheid.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Fout bij intialisatie blokkendatabase</translation>
<translation>Fout bij initialisatie blokkendatabase</translation>
</message>
<message>
<source>Error initializing wallet database environment %s!</source>