From 0e045d6f106cf8f5e6568e88068d3fcef18058c9 Mon Sep 17 00:00:00 2001 From: Emily Martins Date: Thu, 3 Mar 2022 14:03:33 +0100 Subject: [PATCH] elaborate Stake destruction --- docs/tech-design/staking-pool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tech-design/staking-pool.md b/docs/tech-design/staking-pool.md index bb9c569..2e1e35f 100644 --- a/docs/tech-design/staking-pool.md +++ b/docs/tech-design/staking-pool.md @@ -80,7 +80,7 @@ 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. +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. ## Staking pool