Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Mar 6, 2024
1 parent 275c32a commit 409ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func (i IBCHandler) IBCReceivePacketCallback(
return nil
}

func validateSender(contractAddr string, senderAddr string) (sdk.AccAddress, error) {
func validateSender(contractAddr, senderAddr string) (sdk.AccAddress, error) {
contractAddress, err := sdk.AccAddressFromBech32(contractAddr)
if err != nil {
return nil, errorsmod.Wrapf(err, "contract address")
Expand Down

0 comments on commit 409ca50

Please sign in to comment.