mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
lntest+itest: make Miner
a private instance
This commit is contained in:
@@ -32,7 +32,7 @@ func testOpenChannelAfterReorg(ht *lntest.HarnessTest) {
|
||||
// Create a temp miner.
|
||||
tempMiner := ht.SpawnTempMiner()
|
||||
|
||||
miner := ht.Miner
|
||||
miner := ht.Miner()
|
||||
alice, bob := ht.Alice, ht.Bob
|
||||
|
||||
// Create a new channel that requires 1 confs before it's considered
|
||||
|
Reference in New Issue
Block a user