Update sector-storage with ReadPiece impl

This commit is contained in:
Łukasz Magiera
2020-05-29 19:53:35 +02:00
parent f06369166e
commit e5c24ff32b
12 changed files with 75 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"