pub fn ibc_channel_open_fix(
deps: DepsMut<'_>,
env: Env,
msg: IbcChannelOpenMsg,
) -> Result<Option<Ibc3ChannelOpenResponse>, ContractError>Expand description
Temporary fix until the cw20_ics20 implementation follows the IBC3 standard
pub fn ibc_channel_open_fix(
deps: DepsMut<'_>,
env: Env,
msg: IbcChannelOpenMsg,
) -> Result<Option<Ibc3ChannelOpenResponse>, ContractError>Temporary fix until the cw20_ics20 implementation follows the IBC3 standard