Parcourir la source

Update runtime/README.md

Co-authored-by: Martin <35237943+bwhm@users.noreply.github.com>
Mokhtar Naamani il y a 4 ans
Parent
commit
970187b010
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      runtime/README.md

+ 1 - 1
runtime/README.md

@@ -16,7 +16,7 @@ When building joystream-node as described in [../node/README.md](../node/README.
 
 Deploying the compiled runtime on a live system can be done in one of two ways:
 
-1. Joystream runtime upgrade proposals which will be voted on by the council. When the Joystream platform is live, this will be the only way to upgrade the chain's runtime code.
+1. By creating a proposal for upgrading the Joystream runtime, which will then be voted on by the council. If the proposal is approved, the upgrade will go through after a grace period. When the Joystream platform is live, this will be the only way to upgrade the chain's runtime code.
 
 2. By creating  an extrinsic (transaction) signed with the sudo key invoking `system::setCode()`. This can be done either from the [Pioneer](/pioneer) extrinsics tab, or directly with an admin script. This way of upgrading the runtime code is intended for development and testnet phases only.