Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichaosun committed Dec 3, 2024
1 parent 4908959 commit b6cf713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/api/publish/rln_rate_limiting.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const RlnLimiterCapacity = 100
const RlnLimiterRefillInterval = 10 * time.Minute

// RlnRateLimiter is used to rate limit the outgoing messages,
// The capacity and refillAfter comes from RLN contract configuration.
// The capacity and refillInterval comes from RLN contract configuration.
type RlnRateLimiter struct {
mu sync.Mutex
capacity int
Expand Down

0 comments on commit b6cf713

Please sign in to comment.