Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Mar 22, 2024
1 parent 2c496d3 commit 3c4fbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/maker/src/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn migrate(deps: DepsMut, env: Env, msg: InstantiateMsg) -> Result<Response,
sender: Addr::unchecked(cw_admin),
funds: vec![],
};
// Instantiate Assembly state.
// Instantiate state.
// Config and cw2 info will be overwritten.
let contract_version = cw2::get_contract_version(deps.storage)?;

Expand Down

0 comments on commit 3c4fbf3

Please sign in to comment.