mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 13:12:11 +02:00
sweep: log full parameter struct
This commit is contained in:
@@ -402,10 +402,9 @@ func (s *UtxoSweeper) SweepInput(input input.Input,
|
|||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("Sweep request received: out_point=%v, witness_type=%v, "+
|
log.Infof("Sweep request received: out_point=%v, witness_type=%v, "+
|
||||||
"time_lock=%v, amount=%v, fee_preference=%v, force=%v",
|
"time_lock=%v, amount=%v, params=(%v)",
|
||||||
input.OutPoint(), input.WitnessType(), input.BlocksToMaturity(),
|
input.OutPoint(), input.WitnessType(), input.BlocksToMaturity(),
|
||||||
btcutil.Amount(input.SignDesc().Output.Value),
|
btcutil.Amount(input.SignDesc().Output.Value), params)
|
||||||
params.Fee, params.Force)
|
|
||||||
|
|
||||||
sweeperInput := &sweepInputMessage{
|
sweeperInput := &sweepInputMessage{
|
||||||
input: input,
|
input: input,
|
||||||
|
Reference in New Issue
Block a user