mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
lntemp: make sure mempool is synced when funding nodes
This commit is contained in:
parent
3353643006
commit
23ec7b23e1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue