Enable migrate entry point

This commit is contained in:
Bogdan-Ștefan Neacșu
2021-12-14 16:55:27 +02:00
parent 11f56cd0d7
commit ca98a17db3
+1 -2
View File
@@ -282,8 +282,7 @@ pub fn query(deps: Deps, _env: Env, msg: QueryMsg) -> Result<QueryResponse, Cont
}
#[entry_point]
pub fn migrate(_deps: DepsMut, _env: Env, _msg: MigrateMsg) -> Result<Response, ContractError> {
todo!("ACTIVE_STATE_WORK_FACTOR to State");
// Ok(Default::default())
Ok(Default::default())
}
#[cfg(test)]