We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a4852 commit 52ed487Copy full SHA for 52ed487
qa/rpc-tests/merkle_blocks.py
@@ -41,7 +41,7 @@ def run_test(self):
41
assert_equal(self.nodes[1].getbalance(), 0)
42
assert_equal(self.nodes[2].getbalance(), 0)
43
44
- node0utxos = self.nodes[0].listunspent(1)
+ node0utxos = self.nodes[0].listunspent(1, 104) // We generated 105 blocks so we are excluding the first block which contains 59 mill~ NAV
45
tx1 = self.nodes[0].createrawtransaction([node0utxos.pop()], {self.nodes[1].getnewaddress(): 49.99})
46
txid1 = self.nodes[0].sendrawtransaction(self.nodes[0].signrawtransaction(tx1)["hex"])
47
tx2 = self.nodes[0].createrawtransaction([node0utxos.pop()], {self.nodes[1].getnewaddress(): 49.99})
0 commit comments