mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
utxn: log the CSV value of kindergarten outputs on state transition
This commit is contained in:
parent
63c8c299ed
commit
4b05bad4f1
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ func (u *utxoNursery) waitForCommitConf(kid *kidOutput,
|
|||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue