Merge pull request #1062 from filecoin-project/feat/no-more-1gb-sectors

remove support for 1gb sectors
This commit is contained in:
Łukasz Magiera 2020-01-14 00:21:21 +01:00 committed by GitHub
commit d9c803ea9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
package build
var SectorSizes = []uint64{
1 << 30,
32 << 30,
}