mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-29 05:52:57 +02:00
utxn: log the CSV value of kindergarten outputs on state transition
This commit is contained in:
@@ -1198,7 +1198,7 @@ func (u *utxoNursery) waitForCommitConf(kid *kidOutput,
|
|||||||
}
|
}
|
||||||
|
|
||||||
utxnLog.Infof("Commitment output %v promoted to "+
|
utxnLog.Infof("Commitment output %v promoted to "+
|
||||||
"kindergarten", kid.OutPoint())
|
"kindergarten, csv=%v", kid.OutPoint(), kid.BlocksToMaturity())
|
||||||
}
|
}
|
||||||
|
|
||||||
// contractMaturityReport is a report that details the maturity progress of a
|
// contractMaturityReport is a report that details the maturity progress of a
|
||||||
|
Reference in New Issue
Block a user