Skip to content

Commit f26e2a7

Browse files
authored
Merge pull request #426 from marcus290/fix-test-comment
fix test comment
2 parents 0df065e + 97dc951 commit f26e2a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qa/rpc-tests/merkle_blocks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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})

0 commit comments

Comments
 (0)