mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-11 13:22:36 +01:00
lntest: reflect the updated fee estimator in tests
This commit is contained in:
@@ -254,8 +254,9 @@ func testOnchainFundRecovery(ht *lntest.HarnessTest) {
|
||||
|
||||
minerAddr := ht.Miner.NewMinerAddress()
|
||||
req := &lnrpc.SendCoinsRequest{
|
||||
Addr: minerAddr.String(),
|
||||
Amount: minerAmt,
|
||||
Addr: minerAddr.String(),
|
||||
Amount: minerAmt,
|
||||
TargetConf: 6,
|
||||
}
|
||||
resp := node.RPC.SendCoins(req)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user