Merge pull request #1837 from filecoin-project/feat/secstor-unseal

Update sector-storage with ReadPiece impl
This commit is contained in:
Łukasz Magiera
2020-05-29 20:36:40 +02:00
committed by GitHub
12 changed files with 71 additions and 36 deletions
+1
View File
@@ -107,6 +107,7 @@ func DefaultStorageMiner() *StorageMiner {
AllowPreCommit1: true,
AllowPreCommit2: true,
AllowCommit: true,
AllowUnseal: true,
},
}
cfg.Common.API.ListenAddress = "/ip4/127.0.0.1/tcp/2345/http"