Skip to content

Commit 5538803

Browse files
committed
contracourt: fix comment
1 parent 8824244 commit 5538803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contractcourt/commit_sweep_resolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func (c *commitSweepResolver) Launch() error {
393393
unlockHeight = max(unlockHeight, c.leaseExpiry)
394394
}
395395

396-
// Update report now that we learned the confirmation height.
396+
// Update report with the calculated maturity height.
397397
c.reportLock.Lock()
398398
c.currentReport.MaturityHeight = unlockHeight
399399
c.reportLock.Unlock()

0 commit comments

Comments
 (0)