Skip to content

Commit

Permalink
proto changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Jan 11, 2023
1 parent 786c7e2 commit dcab3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/osmosis/valset-pref/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ message MsgWithdrawDelegationRewards {
message MsgWithdrawDelegationRewardsResponse {}

// MsgDelegateBondedTokens breaks bonded lockup (by ID) of osmo, of
// length <= 2 weeks and takes all that osmo and delegates according to delegator's
// current validator set preference.
// length <= 2 weeks and takes all that osmo and delegates according to
// delegator's current validator set preference.
message MsgDelegateBondedTokens {
// delegator is the user who is trying to force unbond osmo and delegate.
string delegator = 1 [ (gogoproto.moretags) = "yaml:\"delegator\"" ];
Expand Down

0 comments on commit dcab3da

Please sign in to comment.