diff --git a/contracts/predictify-hybrid/src/market_id_generator.rs b/contracts/predictify-hybrid/src/market_id_generator.rs index f2c2e759..1573d27b 100644 --- a/contracts/predictify-hybrid/src/market_id_generator.rs +++ b/contracts/predictify-hybrid/src/market_id_generator.rs @@ -384,8 +384,6 @@ pub struct MarketIdGenerator; /// // (this would be tested with a failing test case) /// } /// ``` - .extend_ttl(&key, env.storage().max_ttl(), env.storage().max_ttl()); - } // ── Registry write-or-fail methods ──────────────────────────────────────── @@ -522,7 +520,6 @@ pub struct MarketIdGenerator; counters.set(admin.clone(), counter); env.storage().persistent().set(&key, &counters); } - } // ── Tests ─────────────────────────────────────────────────────────────────────