mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-17 08:52:30 +00:00
fix typos
This commit is contained in:
parent
5a1421c076
commit
2e58cb56c6
@ -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):
|
||||
|
||||
@ -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, [])
|
||||
|
||||
@ -2570,7 +2570,7 @@ Use this functionality with extreme caution.</source>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear &All</source>
|
||||
<translation>&Tyhjennnä Kaikki</translation>
|
||||
<translation>&Tyhjennä Kaikki</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Balance:</source>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user