Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions near-plugins/src/upgradable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down