Skip to content

Commit

Permalink
Merge branch 'master' into galargh-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shahi authored Dec 23, 2024
2 parents c8b250d + 233720d commit 981cf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/webtransport/cert_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func newCertManager(hostKey ic.PrivKey, clock clock.Clock) (*certManager, error)
return m, nil
}

// getCurrentTimeBucket returns the canonical start time of the given time as
// getCurrentBucketStartTime returns the canonical start time of the given time as
// bucketed by ranges of certValidity since unix epoch (plus an offset). This
// lets you get the same time ranges across reboots without having to persist
// state.
Expand Down

0 comments on commit 981cf73

Please sign in to comment.