|
|
|
@ -63,7 +63,7 @@ class RawTransactionsTest(BitcoinTestFramework):
@@ -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 # |
|
|
|
|