We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c831e10 commit 72ae20fCopy full SHA for 72ae20f
test/functional/wallet_groups.py
@@ -103,6 +103,7 @@ def run_test(self):
103
self.nodes[0].sendtoaddress(addr_aps, 1.0)
104
105
self.nodes[0].generate(1)
106
+ self.sync_all()
107
txid4 = self.nodes[3].sendtoaddress(self.nodes[0].getnewaddress(), 0.1)
108
tx4 = self.nodes[3].getrawtransaction(txid4, True)
109
# tx4 should have 2 inputs and 2 outputs although one output would
0 commit comments