utxn: log the CSV value of kindergarten outputs on state transition
This commit is contained in:
parent
63c8c299ed
commit
4b05bad4f1
@ -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…
Reference in New Issue
Block a user