Clarify language in staking guide for removing unused substakes

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/2450/head
David Núñez 2020-11-30 12:48:24 +01:00 committed by GitHub
parent 81a3e8f66f
commit 12cd24fbec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -514,7 +514,7 @@ Remove unused sub-stake
When sub-stakes terminate, or after merging or editing sub-stakes,
there can be 'unused', inactive sub-stakes remaining on-chain.
These unused sub-stakes add unnecessary gas costs to daily operations.
Continued tracking of these unused sub-stakes adds unnecessary gas costs to daily operations. Consequently, removal of unused sub-stakes will reduce daily gas costs.
You can find out if you have unused sub-stakes by listing all sub-stakes and
checking if you have any marked as ``INACTIVE``:
@ -545,7 +545,7 @@ of your ``INACTIVE`` sub-stake:
In order to make the operation as simple and cheap as possible,
the removal algorithm simply relocates the last active sub-stake to the slot
occupied by the currently inactive one, so you will notice a slight
re-ordering of your sub-stakes. This is normal and doesn't have any implication.
re-ordering of your sub-stakes. This is normal and doesn't have any negative implications.
Collect rewards earned by the staker

View File

@ -1 +1 @@
Improve user experience of removing unused substakes (CLI and docs).
Improve user experience when removing unused substakes (CLI and docs).