Skip to content

Commit 0b38d1c

Browse files
authored
set starttime at prover (#847)
1 parent 0ed54b0 commit 0b38d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ func encodeSumPayload(tasks []*task.Task, projectConfig *project.Config) ([]byte
244244
assignment.PubBytes[0] = [65]uints.U8(uints.NewU8Array(task.DevicePubKey))
245245
assignment.PubBytes[1] = [65]uints.U8(uints.NewU8Array(task.DevicePubKey))
246246
assignment.Threshold = uint64(10)
247+
assignment.StartTime = lastData[0].(uint64)
247248

248249
slog.Debug("--------------5")
249250

0 commit comments

Comments
 (0)