mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
lntest: reflect the updated fee estimator in tests
This commit is contained in:
@ -528,8 +528,9 @@ func sendAllCoinsConfirm(ht *lntest.HarnessTest, node *node.HarnessNode,
|
||||
addr string) {
|
||||
|
||||
sweepReq := &lnrpc.SendCoinsRequest{
|
||||
Addr: addr,
|
||||
SendAll: true,
|
||||
Addr: addr,
|
||||
SendAll: true,
|
||||
TargetConf: 6,
|
||||
}
|
||||
node.RPC.SendCoins(sweepReq)
|
||||
ht.MineBlocksAndAssertNumTxes(1, 1)
|
||||
|
Reference in New Issue
Block a user