File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ impl StateHarness {
36
36
let owner = 1 ;
37
37
let worker = 2 ;
38
38
39
- let test_window_post_proof_type = RegisteredPoStProof :: StackedDRGWindow2KiBV1 ;
39
+ let test_window_post_proof_type = RegisteredPoStProof :: StackedDRGWindow2KiBV1P1 ;
40
40
41
41
let info = MinerInfo :: new (
42
42
owner,
Original file line number Diff line number Diff line change @@ -402,17 +402,7 @@ pub fn consensus_miner_min_power(
402
402
) -> anyhow:: Result < StoragePower > {
403
403
use RegisteredPoStProof :: * ;
404
404
match p {
405
- StackedDRGWinning2KiBV1
406
- | StackedDRGWinning8MiBV1
407
- | StackedDRGWinning512MiBV1
408
- | StackedDRGWinning32GiBV1
409
- | StackedDRGWinning64GiBV1
410
- | StackedDRGWindow2KiBV1
411
- | StackedDRGWindow8MiBV1
412
- | StackedDRGWindow512MiBV1
413
- | StackedDRGWindow32GiBV1
414
- | StackedDRGWindow64GiBV1
415
- | StackedDRGWindow2KiBV1P1
405
+ StackedDRGWindow2KiBV1P1
416
406
| StackedDRGWindow8MiBV1P1
417
407
| StackedDRGWindow512MiBV1P1
418
408
| StackedDRGWindow32GiBV1P1
You can’t perform that action at this time.
0 commit comments