mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
lntest+itest: continue removing direct call to Miner
This commit is contained in:
@@ -962,7 +962,7 @@ func testZeroConfReorg(ht *lntest.HarnessTest) {
|
||||
ht.Miner.AssertMinerBlockHeightDelta(tempMiner, 1)
|
||||
|
||||
// Wait for Carol to sync to the original miner's chain.
|
||||
_, minerHeight := ht.Miner.GetBestBlock()
|
||||
_, minerHeight := ht.GetBestBlock()
|
||||
ht.WaitForNodeBlockHeight(carol, minerHeight)
|
||||
|
||||
// Now we'll disconnect Carol's chain backend from the original miner
|
||||
|
Reference in New Issue
Block a user