diff --git a/src/lib.rs b/src/lib.rs index 75b7f022..73138ab2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ use soroban_sdk::{ BytesN, Env, Map, String, Symbol, Vec, }; -// Issue #106 — Per-offering pause (complement global emergency pause). +// Issue #107 — Soft-delete / archival semantics for old offerings. // Placeholder branch for upstream PR scaffolding; full implementation in follow-up. /// Centralized contract error codes. Auth failures are signaled by host panic (require_auth).