We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed38b0 commit 9da8fc8Copy full SHA for 9da8fc8
qa/pull-tester/rpc-tests.sh
@@ -54,7 +54,6 @@ testScriptsExt=(
54
'smartfees.py'
55
'maxblocksinflight.py'
56
'invalidblockrequest.py'
57
- 'rawtransactions.py'
58
# 'forknotify.py'
59
'p2p-acceptblock.py'
60
);
qa/rpc-tests/fundrawtransaction.py
@@ -63,7 +63,7 @@ def run_test(self):
63
rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
64
fee = rawtxfund['fee']
65
dec_tx = self.nodes[2].decoderawtransaction(rawtxfund['hex'])
66
- assert_equal(len(dec_tx['vin']) > 0, True) #test if we have enought inputs
+ assert_equal(len(dec_tx['vin']) > 0, True) #test if we have enough inputs
67
68
##############################
69
# simple test with two coins #
0 commit comments