diff --git a/contracts/ecash/src/contract/mod.rs b/contracts/ecash/src/contract/mod.rs index ad989902d4..70ef1cd4bb 100644 --- a/contracts/ecash/src/contract/mod.rs +++ b/contracts/ecash/src/contract/mod.rs @@ -669,7 +669,7 @@ impl NymEcashContract { set_build_information!(ctx.deps.storage)?; cw2::ensure_from_older_version(ctx.deps.storage, CONTRACT_NAME, CONTRACT_VERSION)?; - queued_migrations::add_tiered_pricing(ctx.deps, initial_whitelist)?; + // queued_migrations::add_tiered_pricing(ctx.deps, initial_whitelist)?; Ok(Response::new()) }