diff --git a/near-plugins/src/upgradable.rs b/near-plugins/src/upgradable.rs index a3829ee..356c1cd 100644 --- a/near-plugins/src/upgradable.rs +++ b/near-plugins/src/upgradable.rs @@ -33,9 +33,8 @@ //! //! ## Stale staged code //! -//! After the code is deployed, it should be removed from staging. This prevents deploying old code -//! that might contain a security vulnerability and avoids the issues described in -//! [`Self::up_deploy_code`]. +//! After the code is deployed, it should be removed from staging to unstake tokens and avoid the +//! issues described in [`Self::up_deploy_code`]. //! //! ## Upgrading code that contains a security vulnerability //!