Skip to content

Commit

Permalink
fix: merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Sep 7, 2023
1 parent d2cd78d commit 46382cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/alliance/types/msg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package types

import (
sdkerrors "cosmossdk.io/errors"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx"
"google.golang.org/grpc/codes"
Expand Down Expand Up @@ -169,7 +170,6 @@ func NewMsgUpdateParams(authority string, params Params) *MsgUpdateParams {
}
}


func (msg *MsgUpdateParams) ValidateBasic() error {
if _, err := sdk.AccAddressFromBech32(msg.Authority); err != nil {
return sdkerrors.Wrap(err, "invalid authority address")
Expand Down

0 comments on commit 46382cd

Please sign in to comment.