Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
giunatale committed Jan 14, 2025
1 parent 3d4fc3f commit 2713498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.67.0
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.5.1
sigs.k8s.io/yaml v1.4.0
)
Expand Down
1 change: 0 additions & 1 deletion x/gov/types/v1/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
// Default period for deposits & voting and min voting period
const (
DefaultVotingPeriod time.Duration = time.Hour * 24 * 21 // 21 days
MinVotingPeriod time.Duration = time.Hour * 24 * 21 // 21 days
DefaultDepositPeriod time.Duration = time.Hour * 24 * 14 // 14 days
DefaultGovernorStatusChangePeriod time.Duration = time.Hour * 24 * 28 // 28 days
)
Expand Down

0 comments on commit 2713498

Please sign in to comment.