mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
lntest+itest: continue removing direct call to Miner
This commit is contained in:
@@ -151,7 +151,7 @@ func TestLightningNetworkDaemon(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
_, height := harnessTest.Miner.GetBestBlock()
|
||||
_, height := harnessTest.GetBestBlock()
|
||||
t.Logf("=========> tests finished for tranche: %v, tested %d "+
|
||||
"cases, end height: %d\n", trancheIndex, len(testCases), height)
|
||||
}
|
||||
|
Reference in New Issue
Block a user