Skip to content

Commit

Permalink
chore: default claims to latest active timestamp (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Aug 14, 2024
1 parent 8aef2c4 commit 18af34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rewards/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var (
ClaimTimestampFlag = cli.StringFlag{
Name: "claim-timestamp",
Aliases: []string{"c"},
Usage: "Specify the timestamp. Only 'latest' and 'latest_active' are supported",
Value: "latest",
Usage: "Specify the timestamp. Only 'latest' and 'latest_active' are supported. 'latest' can be an inactive root which you can't claim yet.",
Value: "latest_active",
EnvVars: []string{"CLAIM_TIMESTAMP"},
}

Expand Down

0 comments on commit 18af34e

Please sign in to comment.