lntest: remove redundant MineBlocks

This commit is contained in:
yyforyongyu
2024-10-18 02:18:17 +08:00
parent c37baa68d8
commit 21535826ba

View File

@@ -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)