Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth committed Sep 24, 2020
1 parent 53c5511 commit 59f1a03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actors/builtin/miner/miner_actor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1683,6 +1683,8 @@ func handleProvingDeadline(rt Runtime) {
ongoingFaultyPower := deadline.FaultyPower.QA
if networkVersion >= network.Version3 {
// From network version 3, this *excludes* any power that was just faulted from missing a PoSt.
// It includes power that was previously declared, skipped, or detected faulty, whether or
// not it is also marked for recovery.
ongoingFaultyPower = previouslyFaultyPower
}
penaltyTarget := PledgePenaltyForDeclaredFault(epochReward.ThisEpochRewardSmoothed,
Expand Down

0 comments on commit 59f1a03

Please sign in to comment.