Skip to content

Commit

Permalink
fix msg type
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jun 18, 2024
1 parent c8967f8 commit 89c8fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/cronos/types/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
TypeMsgUpdateParams = "UpdateParams"
TypeMsgTurnBridge = "TurnBridge"
TypeMsgUpdatePermissions = "UpdatePermissions"
TypeMsgStoreBlockList = "StoreBlockList"
)

var (
Expand Down Expand Up @@ -376,5 +377,5 @@ func (msg MsgStoreBlockList) Route() string {

// Type ...
func (msg MsgStoreBlockList) Type() string {
return TypeMsgUpdatePermissions
return TypeMsgStoreBlockList
}

0 comments on commit 89c8fec

Please sign in to comment.