diff --git a/lntest/harness.go b/lntest/harness.go index 5c69cde0e0..2f4278e25b 100644 --- a/lntest/harness.go +++ b/lntest/harness.go @@ -342,7 +342,6 @@ func (h *HarnessTest) SetupStandbyNodes() { // above a good number of confirmations. const totalTxes = 200 h.MineBlocksAndAssertNumTxes(numBlocksSendOutput, totalTxes) - h.MineBlocks(numBlocksSendOutput) // Now we want to wait for the nodes to catch up. h.WaitForBlockchainSync(h.Alice)