dealpublisher: Use address selector

This commit is contained in:
Łukasz Magiera
2021-07-07 19:12:03 +02:00
parent 8f5c0c60f5
commit ee97aa0a8a
7 changed files with 131 additions and 22 deletions
+1 -1
View File
@@ -279,8 +279,8 @@ type AddrUse int
const (
PreCommitAddr AddrUse = iota
CommitAddr
PoStAddr
DealPublishAddr
PoStAddr
TerminateSectorsAddr
)