We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf2e78 commit 6962624Copy full SHA for 6962624
testing/contracts/cw-ica-owner/src/contract.rs
@@ -157,7 +157,7 @@ mod execute {
157
return Err(ContractError::IcaInfoNotSet {});
158
};
159
160
- let cw_ica_contract = CwIcaControllerContract::new(Addr::unchecked(&ica_info.ica_addr));
+ let cw_ica_contract = CwIcaControllerContract::new(Addr::unchecked(&ica_state.contract_addr));
161
162
let ica_packet = match ica_info.tx_encoding {
163
TxEncoding::Protobuf => {
0 commit comments