Skip to content

Commit

Permalink
correct msg name
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jul 24, 2024
1 parent 60c20c4 commit f0c1b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmbinding/message_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ConsumerKeeper interface {
type ProviderKeeper interface {
HandleDepositMsg(ctx sdk.Context, actor sdk.AccAddress, depositMsg *bindings.DepositMsg) ([]sdk.Event, [][]byte, error)
HandleWithdrawMsg(ctx sdk.Context, actor sdk.AccAddress, withdrawMsg *bindings.WithdrawMsg) ([]sdk.Event, [][]byte, error)
HandleUnstakeMsg(ctx sdk.Context, actor sdk.AccAddress, withdrawMsg *bindings.UnstakeMsg) ([]sdk.Event, [][]byte, error)
HandleUnstakeMsg(ctx sdk.Context, actor sdk.AccAddress, unstakeMsg *bindings.UnstakeMsg) ([]sdk.Event, [][]byte, error)
}

// CustomMessageDecorator returns decorator for custom CosmWasm bindings messages
Expand Down

0 comments on commit f0c1b96

Please sign in to comment.