Skip to content

Commit

Permalink
chore: improve allowed_denoms comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 2, 2024
1 parent e86f40b commit 77e5b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion proto/milkyway/restaking/v1/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ message Params {
int64 unbonding_time = 1 [ (gogoproto.stdduration) = true ];

// AllowedDenoms represents the list of denoms allowed for restaking
// and that will be considered when computing rewards.
// and that will be considered when computing rewards. If no denoms are set,
// all denoms will be considered as restakable.
repeated string allowed_denoms = 2;
}
3 changes: 2 additions & 1 deletion x/restaking/types/params.pb.go

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

0 comments on commit 77e5b57

Please sign in to comment.