rpcserver: replace sweep_all in log with send_all to match rpc arg

This commit is contained in:
Conner Fromknecht 2020-12-07 13:45:11 -08:00
parent 125dbbf0da
commit b017ab67c4
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -1194,7 +1194,7 @@ func (r *rpcServer) SendCoins(ctx context.Context,
}
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.SendAll)