Skip to content

Commit 0072ef5

Browse files
author
Jeff Yanta
committed
chat: fix AirdropEligibilityTimeWindow to actually be 3 months
1 parent 30628f2 commit 0072ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
var (
5252
InitialMessagingFee = codekin.ToQuarks(5)
5353
MaxUnreadCount = uint32(99)
54-
AirdropEligibilityTimeWindow = 3 * 4 * 24 * time.Hour // 3 months
54+
AirdropEligibilityTimeWindow = 3 * 4 * 7 * 24 * time.Hour // 3 months
5555
)
5656

5757
type Server struct {

0 commit comments

Comments
 (0)