Skip to content

Commit

Permalink
Update msgs.go
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hanssun123 authored Jun 18, 2024
1 parent 17a817c commit 0f4d1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/oracle/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
TypeMsgRequestBandIBCRates = "requestBandIBCRates"
TypeMsgRelayProviderPrices = "relayProviderPrices"
TypeMsgRelayPythPrices = "relayPythPrices"
TypeMsgRekayStorkPrices = "relayStorkPrices"
TypeMsgRelayStorkPrices = "relayStorkPrices"
TypeMsgUpdateParams = "updateParams"
)

Expand Down Expand Up @@ -322,7 +322,7 @@ func (msg MsgRelayPythPrices) GetSigners() []sdk.AccAddress {
func (msg MsgRelayStorkMessage) Route() string { return RouterKey }

// Type implements the sdk.Msg interface. It should return the action.
func (msg MsgRelayStorkMessage) Type() string { return TypeMsgRekayStorkPrices }
func (msg MsgRelayStorkMessage) Type() string { return TypeMsgRelayStorkPrices }

// ValidateBasic implements the sdk.Msg interface for MsgRelayStorkMessage.
func (msg MsgRelayStorkMessage) ValidateBasic() error {
Expand Down

0 comments on commit 0f4d1fc

Please sign in to comment.