mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
utxonursery: log process of catch up graduation on restart
This commit is contained in:
@@ -226,6 +226,9 @@ func (u *utxoNursery) catchUpKindergarten() error {
|
||||
// Loop through and check for graduating outputs at each of the missed
|
||||
// block heights.
|
||||
for graduationHeight := lastGraduatedHeight + 1; graduationHeight <= uint32(bestHeight); graduationHeight++ {
|
||||
utxnLog.Debugf("Attempting to graduate outputs at height=%v",
|
||||
graduationHeight)
|
||||
|
||||
if err := u.graduateKindergarten(graduationHeight); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user