Add miner config to always keep ensealed deal copies

This commit is contained in:
Łukasz Magiera
2021-01-26 17:50:31 +01:00
parent d5addf7173
commit d4c7b63aac
5 changed files with 23 additions and 4 deletions
+2
View File
@@ -64,6 +64,8 @@ type SealingConfig struct {
MaxSealingSectorsForDeals uint64
WaitDealsDelay Duration
AlwaysKeepUnsealedCopy bool
}
type MinerFeeConfig struct {