Skip to content

Commit

Permalink
fix typo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jul 22, 2024
1 parent 5d7cb07 commit 77b5480
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 @@ -61,7 +61,7 @@ func (h CustomMessenger) DispatchMsg(ctx sdk.Context, contractAddr sdk.AccAddres
return h.provKeeper.HandleWithdrawMsg(ctx, contractAddr, contractMsg.Withdraw)
}
if contractMsg.Unstake != nil {
return h.privKeeper.HandleUnstakeMsg(ctx, contractAddr, contractMsg.Unstake)
return h.provKeeper.HandleUnstakeMsg(ctx, contractAddr, contractMsg.Unstake)
}
}
return nil, nil, wasmtypes.ErrUnknownMsg
Expand Down

0 comments on commit 77b5480

Please sign in to comment.