mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-17 08:12:29 +01:00
lntest+itest: finalize moving miner methods
This commit is contained in:
@@ -252,7 +252,7 @@ func testOnchainFundRecovery(ht *lntest.HarnessTest) {
|
||||
promptChangeAddr := func(node *node.HarnessNode) {
|
||||
ht.Helper()
|
||||
|
||||
minerAddr := ht.Miner.NewMinerAddress()
|
||||
minerAddr := ht.NewMinerAddress()
|
||||
req := &lnrpc.SendCoinsRequest{
|
||||
Addr: minerAddr.String(),
|
||||
Amount: minerAmt,
|
||||
|
||||
Reference in New Issue
Block a user