mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 17:52:25 +01:00
lntemp: make sure mempool is synced when funding nodes
This commit is contained in:
parent
3353643006
commit
23ec7b23e1
@ -216,7 +216,8 @@ func (h *HarnessTest) SetupStandbyNodes() {
|
||||
|
||||
// We generate several blocks in order to give the outputs created
|
||||
// above a good number of confirmations.
|
||||
h.MineBlocks(numBlocksSendOutput)
|
||||
const totalTxes = 20
|
||||
h.MineBlocksAndAssertNumTxes(numBlocksSendOutput, totalTxes)
|
||||
|
||||
// Now we want to wait for the nodes to catch up.
|
||||
h.WaitForBlockchainSync(h.Alice)
|
||||
|
Loading…
x
Reference in New Issue
Block a user