Skip to content

Commit

Permalink
DepositLockingPeriod in v1beta (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi authored Dec 17, 2024
1 parent bf47b9e commit 880a3fc
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 86 deletions.
3 changes: 3 additions & 0 deletions proto/cosmos/gov/v1beta1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,7 @@ message TallyParams {
(gogoproto.nullable) = false,
(gogoproto.jsontag) = "veto_threshold,omitempty"
];

// During this time new delegations cannot be used for voting
google.protobuf.Duration deposit_locking_period = 4 [(gogoproto.nullable) = false,(gogoproto.stdduration) = true];
}
219 changes: 133 additions & 86 deletions x/gov/types/v1beta1/gov.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 880a3fc

Please sign in to comment.