mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
lntest: remove redundant MineBlocks
This commit is contained in:
@@ -342,7 +342,6 @@ func (h *HarnessTest) SetupStandbyNodes() {
|
|||||||
// above a good number of confirmations.
|
// above a good number of confirmations.
|
||||||
const totalTxes = 200
|
const totalTxes = 200
|
||||||
h.MineBlocksAndAssertNumTxes(numBlocksSendOutput, totalTxes)
|
h.MineBlocksAndAssertNumTxes(numBlocksSendOutput, totalTxes)
|
||||||
h.MineBlocks(numBlocksSendOutput)
|
|
||||||
|
|
||||||
// Now we want to wait for the nodes to catch up.
|
// Now we want to wait for the nodes to catch up.
|
||||||
h.WaitForBlockchainSync(h.Alice)
|
h.WaitForBlockchainSync(h.Alice)
|
||||||
|
Reference in New Issue
Block a user