mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
commit
fa471ad724
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class WalletGroupTest(BitcoinTestFramework):
|
|||
self.nodes[0].sendtoaddress(addr_aps, 1.0)
|
||||
self.nodes[0].sendtoaddress(addr_aps, 1.0)
|
||||
self.nodes[0].generate(1)
|
||||
self.sync_all() # ELEMENTS: node3 is unreliable about receiving funds without this
|
||||
self.sync_all()
|
||||
txid4 = self.nodes[3].sendtoaddress(self.nodes[0].getnewaddress(), 0.1)
|
||||
tx4 = self.nodes[3].getrawtransaction(txid4, True)
|
||||
# tx4 should have 2 inputs and 2 outputs although one output would
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue