From 21535826ba668b765f0ce3d36e370786521347e2 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Fri, 18 Oct 2024 02:18:17 +0800 Subject: [PATCH] lntest: remove redundant `MineBlocks` --- lntest/harness.go | 1 - 1 file changed, 1 deletion(-) 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)