mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
lntest+itest: add new method CurrentHeight
This commit is contained in:
@@ -151,7 +151,7 @@ func TestLightningNetworkDaemon(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
_, height := harnessTest.GetBestBlock()
|
||||
height := harnessTest.CurrentHeight()
|
||||
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