More progress on fixing storing garbage data
This commit is contained in:
@@ -184,7 +184,7 @@ func SealTicketGen(api api.FullNode) sector.TicketFn {
|
||||
}
|
||||
|
||||
return §orbuilder.SealTicket{
|
||||
BlockHeight: ts.Height() - build.SealRandomnessLookback,
|
||||
BlockHeight: ts.Height(),
|
||||
TicketBytes: tkt,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user