Skip to content

Commit 91ae56b

Browse files
committed
Merge pull request #3518 from vegaprotocol/feature/fix-ints
fix ints
1 parent 80c3800 commit 91ae56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/proposal_submission.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
MaxDuration30DaysNs = 2592000000000000
16+
MaxDuration30DaysNs int64 = 2592000000000000
1717
)
1818

1919
func CheckProposalSubmission(cmd *commandspb.ProposalSubmission) error {

0 commit comments

Comments
 (0)