Skip to content

Commit

Permalink
Fix typo storage_power_actor.md (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte authored Jun 26, 2024
1 parent 936f07f commit 9a996d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9a996d1

Please sign in to comment.