Merge pull request #5620 from filecoin-project/feat/disable-owner-worker-fallback

miner: Config to disable owner/worker address fallback
This commit is contained in:
Łukasz Magiera
2021-03-10 11:21:39 +01:00
committed by GitHub
6 changed files with 55 additions and 4 deletions
+3
View File
@@ -238,6 +238,9 @@ type AddressConfig struct {
PreCommitControl []address.Address
CommitControl []address.Address
TerminateControl []address.Address
DisableOwnerFallback bool
DisableWorkerFallback bool
}
// PendingDealInfo has info about pending deals and when they are due to be