mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 21:51:27 +02:00
sweep: remove dead code and add better logging
This commit is contained in:
@@ -211,7 +211,7 @@ func (m *MempoolNotifier) findRelevantInputs(tx *btcutil.Tx) (inputsWithTx,
|
||||
|
||||
// If found, save it to watchedInputs to notify the
|
||||
// subscriber later.
|
||||
Log.Infof("Found input %s, spent in %s", op, txid)
|
||||
Log.Debugf("Found input %s, spent in %s", op, txid)
|
||||
|
||||
// Construct the spend details.
|
||||
details := &SpendDetail{
|
||||
|
Reference in New Issue
Block a user