diff --git a/x/wbank/keeper/keeper.go b/x/wbank/keeper/keeper.go index 03de797f..0d45afa0 100644 --- a/x/wbank/keeper/keeper.go +++ b/x/wbank/keeper/keeper.go @@ -146,7 +146,7 @@ func (k BaseKeeperWrapper) InputOutputCoins( return err } if k.isSmartContract(ctx, addr) { - ctx = cwasmtypes.WithSmartContractRecipient(ctx, output.Address) + ctx = cwasmtypes.WithSmartContractRecipient(ctx, addr.String()) } }