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

Commit

Permalink
remove unecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Dec 16, 2020
1 parent fc028ac commit 63004e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions actors/builtin/miner/miner_actor.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ func (a Actor) SubmitWindowedPoSt(rt Runtime, params *SubmitWindowedPoStParams)
rt.Abortf(exitcode.ErrIllegalArgument, "expected at most %d bytes of randomness, got %d", abi.RandomnessLength, len(params.ChainCommitRand))
}

partitionIndexes := bitfield.New()
for _, partition := range params.Partitions {
partitionIndexes.Set(partition.Index)
}

var postResult *PoStResult
var info *MinerInfo
rt.StateTransaction(&st, func() {
Expand Down

0 comments on commit 63004e3

Please sign in to comment.