diff --git a/lntemp/harness.go b/lntemp/harness.go index 233495a41..033633f3a 100644 --- a/lntemp/harness.go +++ b/lntemp/harness.go @@ -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)