From 048358052e634ff2f158712e6db299b9b99b106d Mon Sep 17 00:00:00 2001 From: Emily Martins Date: Fri, 4 Mar 2022 14:11:46 +0100 Subject: [PATCH] reword destroying staking pool section with Jack's suggestion --- docs/tech-design/staking-pool.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tech-design/staking-pool.md b/docs/tech-design/staking-pool.md index 2e1e35f..200a807 100644 --- a/docs/tech-design/staking-pool.md +++ b/docs/tech-design/staking-pool.md @@ -80,7 +80,8 @@ When voting on a proposal, a user can check which stakes have delegated to them ## Destroying stake -In order to recover the ADA and potentially any other funds sent on accident, Stake UTXOs must be destroyable. For the same reasons as for withdrawing and depositing, the Stake must not be locked by a proposal when destroying it. +In order to recover the ADA spent on creating the stake UTXO (and any other funds, which may have been locked by accident), stake UTXOs must be destroyable. As is the case with the depositing and withdrawal of GT from a stake, the stake must *not* be locked by any proposals, before it may be destroyed. + ## Staking pool