From 73ba801773547528ef1f8d88253d2aaea314955e Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Thu, 14 Nov 2024 12:05:13 -0500 Subject: [PATCH] rm comment --- contracts/voting-verifier/src/contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/voting-verifier/src/contract.rs b/contracts/voting-verifier/src/contract.rs index 7a4347b23..f406704ec 100644 --- a/contracts/voting-verifier/src/contract.rs +++ b/contracts/voting-verifier/src/contract.rs @@ -112,7 +112,7 @@ pub fn migrate( _msg: Empty, ) -> Result { cw2::assert_contract_version(deps.storage, CONTRACT_NAME, BASE_VERSION)?; - // any version checks should be done before here + cw2::set_contract_version(deps.storage, CONTRACT_NAME, CONTRACT_VERSION)?; Ok(Response::default())