We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd712f7 commit 13d5007Copy full SHA for 13d5007
chain/actors/policy/policy.go
@@ -1026,10 +1026,3 @@ func GetSealProofFromPoStProof(postProof abi.RegisteredPoStProof) (abi.Registere
1026
}
1027
return sealProof, nil
1028
1029
-
1030
-func min(a, b int) int {
1031
- if a < b {
1032
- return a
1033
- }
1034
- return b
1035
-}
chain/actors/policy/policy.go.template
@@ -369,10 +369,3 @@ func GetSealProofFromPoStProof(postProof abi.RegisteredPoStProof) (abi.Registere
369
370
371
372
373
374
375
376
377
378
0 commit comments