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 80c3800 commit 91ae56bCopy full SHA for 91ae56b
1 file changed
commands/proposal_submission.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
const (
16
- MaxDuration30DaysNs = 2592000000000000
+ MaxDuration30DaysNs int64 = 2592000000000000
17
18
19
func CheckProposalSubmission(cmd *commandspb.ProposalSubmission) error {
0 commit comments