Fix compilation after dep updates

This commit is contained in:
Łukasz Magiera
2020-02-11 02:11:58 +01:00
parent a593a4f6f4
commit fa2c6605c2
22 changed files with 49 additions and 103 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type Ticket struct {
type EPostTicket struct {
Partial []byte
SectorID uint64
SectorID abi.SectorNumber
ChallengeIndex uint64
}