More progress on fixing storing garbage data

This commit is contained in:
Łukasz Magiera
2019-11-02 00:43:54 +01:00
parent 1dcebece71
commit 3bc4a5dddf
9 changed files with 266 additions and 36 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ func SealTicketGen(api api.FullNode) sector.TicketFn {
}
return &sectorbuilder.SealTicket{
BlockHeight: ts.Height() - build.SealRandomnessLookback,
BlockHeight: ts.Height(),
TicketBytes: tkt,
}, nil
}