Skip to content

Commit a54ad6a

Browse files
magik6krvagg
authored andcommitted
fix: proofshare: Always download 32G proving params (#588)
1 parent ec061c8 commit a54ad6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/deps.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@ Get it with: jq .PrivateKey ~/.lotus-miner/keystore/MF2XI2BNNJ3XILLQOJUXMYLUMU`,
347347
deps.ProofTypes[spt] = true
348348
}
349349

350-
if deps.Cfg.Subsystems.EnableProofShare {
351-
deps.ProofTypes[abi.RegisteredSealProof_StackedDrg32GiBV1_1] = true
352-
// deps.ProofTypes[abi.RegisteredSealProof_StackedDrg64GiBV1_1] = true TODO REVIEW UNCOMMENT
353-
}
350+
}
351+
if deps.Cfg.Subsystems.EnableProofShare {
352+
deps.ProofTypes[abi.RegisteredSealProof_StackedDrg32GiBV1_1] = true
353+
// deps.ProofTypes[abi.RegisteredSealProof_StackedDrg64GiBV1_1] = true TODO REVIEW UNCOMMENT
354354
}
355355

356356
if deps.Cfg.Subsystems.EnableWalletExporter {

0 commit comments

Comments
 (0)