aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/fundrawtransaction.py
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-07-10 21:14:33 +0200
committerJonas Schnelli <[email protected]>2015-07-10 22:01:41 +0200
commit9da8fc8f26586443b5df3adea1af3e84846374c1 (patch)
treee0ea5cbe18219b9d983b5791c8a40741de48ba77 /qa/rpc-tests/fundrawtransaction.py
parent[QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC ... (diff)
downloaddiscoin-9da8fc8f26586443b5df3adea1af3e84846374c1.tar.xz
discoin-9da8fc8f26586443b5df3adea1af3e84846374c1.zip
[QA] remove rawtransactions.py from the extended test list
rawtransactions.py is already in the standard test list
Diffstat (limited to 'qa/rpc-tests/fundrawtransaction.py')
-rwxr-xr-xqa/rpc-tests/fundrawtransaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/fundrawtransaction.py b/qa/rpc-tests/fundrawtransaction.py
index 3431771bb..80f1d1e12 100755
--- a/qa/rpc-tests/fundrawtransaction.py
+++ b/qa/rpc-tests/fundrawtransaction.py
@@ -63,7 +63,7 @@ class RawTransactionsTest(BitcoinTestFramework):
rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
fee = rawtxfund['fee']
dec_tx = self.nodes[2].decoderawtransaction(rawtxfund['hex'])
- 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
##############################
# simple test with two coins #