We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30628f2 commit 0072ef5Copy full SHA for 0072ef5
chat/server.go
@@ -51,7 +51,7 @@ const (
51
var (
52
InitialMessagingFee = codekin.ToQuarks(5)
53
MaxUnreadCount = uint32(99)
54
- AirdropEligibilityTimeWindow = 3 * 4 * 24 * time.Hour // 3 months
+ AirdropEligibilityTimeWindow = 3 * 4 * 7 * 24 * time.Hour // 3 months
55
)
56
57
type Server struct {
0 commit comments