Merge pull request #3107 from yaohcn/feat/addpiece-configurable

make addpiece configurable
This commit is contained in:
Łukasz Magiera
2020-08-17 17:35:09 +02:00
committed by GitHub
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -133,6 +133,7 @@ func DefaultStorageMiner() *StorageMiner {
Common: defCommon(),
Storage: sectorstorage.SealerConfig{
AllowAddPiece: true,
AllowPreCommit1: true,
AllowPreCommit2: true,
AllowCommit: true,