Skip to content

Commit

Permalink
lntest: remove redundant MineBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Oct 29, 2024
1 parent c37baa6 commit 2153582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lntest/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2153582

Please sign in to comment.