Skip to content

Commit

Permalink
imp
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jul 9, 2024
1 parent 1d1416b commit 0052883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/ics07-tendermint/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub fn instantiate(
_info: MessageInfo,
msg: InstantiateMsg,
) -> Result<Response, ContractError> {
// cw2::set_contract_version(deps.storage, keys::CONTRACT_NAME, keys::CONTRACT_VERSION)?;

let mut ctx = TendermintContext::new_mut(deps, env)?;
let data = ctx.instantiate(msg.into())?;

Expand Down

0 comments on commit 0052883

Please sign in to comment.