node1 will sometimes do sendtoaddress before it has received a funding transaction which will cause the test to fail. sync_all to ensure it gets the transaction first.
Fixes #18800
node1 will sometimes do sendtoaddress before it has received a funding
transaction which will cause the test to fail. sync_all to ensure it
gets the transaction first.
ACK 7b2b06d The wallet endpoint right after is indeed node 1.
Maybe should have some style to make sure wallet endpoints are clearly attached to certain nodes
Labels
Tests