Skip to content

Commit

Permalink
tmp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Jan 25, 2024
1 parent db42125 commit 0a24038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/stake/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ func NewHandler(k keeper.Keeper, govKeeper gov.Keeper) sdk.Handler {
}
return handleMsgEditSideChainValidatorWithVoteAddr(ctx, msg, k)
case types.MsgSideChainDelegate:
if sdk.IsUpgrade(sdk.FirstSunsetFork) {
return sdk.ErrMsgNotSupported("").Result()
}
// if sdk.IsUpgrade(sdk.FirstSunsetFork) {
// return sdk.ErrMsgNotSupported("").Result()
// }
return handleMsgSideChainDelegate(ctx, msg, k)
case types.MsgSideChainRedelegate:
if sdk.IsUpgrade(sdk.FirstSunsetFork) {
Expand Down

0 comments on commit 0a24038

Please sign in to comment.