Config for deal publishing control addresses

This commit is contained in:
Łukasz Magiera
2021-07-07 18:00:54 +02:00
parent 49896afe9f
commit 8f5c0c60f5
5 changed files with 39 additions and 8 deletions
+5 -3
View File
@@ -280,14 +280,16 @@ const (
PreCommitAddr AddrUse = iota
CommitAddr
PoStAddr
DealPublishAddr
TerminateSectorsAddr
)
type AddressConfig struct {
PreCommitControl []address.Address
CommitControl []address.Address
TerminateControl []address.Address
PreCommitControl []address.Address
CommitControl []address.Address
TerminateControl []address.Address
DealPublishControl []address.Address
DisableOwnerFallback bool
DisableWorkerFallback bool