mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-15 03:51:23 +01:00
rpcserver: replace sweep_all in log with send_all to match rpc arg
This commit is contained in:
parent
125dbbf0da
commit
b017ab67c4
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ func (r *rpcServer) SendCoins(ctx context.Context,
|
||||||
}
|
}
|
||||||
|
|
||||||
rpcsLog.Infof("[sendcoins] addr=%v, amt=%v, sat/kw=%v, min_confs=%v, "+
|
rpcsLog.Infof("[sendcoins] addr=%v, amt=%v, sat/kw=%v, min_confs=%v, "+
|
||||||
"sweep_all=%v",
|
"send_all=%v",
|
||||||
in.Addr, btcutil.Amount(in.Amount), int64(feePerKw), minConfs,
|
in.Addr, btcutil.Amount(in.Amount), int64(feePerKw), minConfs,
|
||||||
in.SendAll)
|
in.SendAll)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue