From 9a996d1a5083c30e1777ead2d0f95c147489f4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Wed, 26 Jun 2024 18:06:11 +0100 Subject: [PATCH] Fix typo storage_power_actor.md (#1326) --- .../storage_power_consensus/storage_power_actor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/systems/filecoin_blockchain/storage_power_consensus/storage_power_actor.md b/content/systems/filecoin_blockchain/storage_power_consensus/storage_power_actor.md index f9b7873d5..0ec9ea51e 100644 --- a/content/systems/filecoin_blockchain/storage_power_consensus/storage_power_actor.md +++ b/content/systems/filecoin_blockchain/storage_power_consensus/storage_power_actor.md @@ -36,7 +36,7 @@ The Miner lifecycle in the power table should be roughly as follows: - Power of a partition is decremented immediately after a missed WindowPoSt (`DetectedFault`). - A particular sector's power is decremented when it enters into a faulty state either through Declared Faults or Skipped Faults. - A particular sector's power is added back after recovery is declared and proven by PoSt. - - A particular sector's power is removed when the sector is expired or terminated through miner invovation. + - A particular sector's power is removed when the sector is expired or terminated through miner invocation. To summarize, only sectors in the Active state will command power. A Sector becomes Active when it is added upon `ProveCommit`. Power is immediately decremented when it enters into the faulty state. Power will be restored when its declared recovery is proven. A sector's power is removed when it is expired or terminated through miner invocation.