Skip to content

Commit 9da8fc8

Browse files
committed
[QA] remove rawtransactions.py from the extended test list
rawtransactions.py is already in the standard test list
1 parent 6ed38b0 commit 9da8fc8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ testScriptsExt=(
5454
'smartfees.py'
5555
'maxblocksinflight.py'
5656
'invalidblockrequest.py'
57-
'rawtransactions.py'
5857
# 'forknotify.py'
5958
'p2p-acceptblock.py'
6059
);

qa/rpc-tests/fundrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_test(self):
6363
rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
6464
fee = rawtxfund['fee']
6565
dec_tx = self.nodes[2].decoderawtransaction(rawtxfund['hex'])
66-
assert_equal(len(dec_tx['vin']) > 0, True) #test if we have enought inputs
66+
assert_equal(len(dec_tx['vin']) > 0, True) #test if we have enough inputs
6767

6868
##############################
6969
# simple test with two coins #

0 commit comments

Comments
 (0)