File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ def run_test(self):
4141 assert_equal (self .nodes [1 ].getbalance (), 0 )
4242 assert_equal (self .nodes [2 ].getbalance (), 0 )
4343
44- node0utxos = self .nodes [0 ].listunspent (1 , 104 ) // We generated 105 blocks so we are excluding the first block which contains 59 mill ~ NAV
44+ node0utxos = self .nodes [0 ].listunspent (1 , 104 )
45+ # We generated 105 blocks so we are excluding the first block which contains 59 mill~ NAV
46+
4547 tx1 = self .nodes [0 ].createrawtransaction ([node0utxos .pop ()], {self .nodes [1 ].getnewaddress (): 49.99 })
4648 txid1 = self .nodes [0 ].sendrawtransaction (self .nodes [0 ].signrawtransaction (tx1 )["hex" ])
4749 tx2 = self .nodes [0 ].createrawtransaction ([node0utxos .pop ()], {self .nodes [1 ].getnewaddress (): 49.99 })
You can’t perform that action at this time.
0 commit comments