From 168416fc1934e9e5ab44c53bd6c8ec52e2eead15 Mon Sep 17 00:00:00 2001 From: huangzhiran Date: Mon, 29 Dec 2025 10:29:53 +0800 Subject: [PATCH] set starttime at prover --- vm/payload.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/payload.go b/vm/payload.go index 72dff8f0..10811bff 100644 --- a/vm/payload.go +++ b/vm/payload.go @@ -244,6 +244,7 @@ func encodeSumPayload(tasks []*task.Task, projectConfig *project.Config) ([]byte assignment.PubBytes[0] = [65]uints.U8(uints.NewU8Array(task.DevicePubKey)) assignment.PubBytes[1] = [65]uints.U8(uints.NewU8Array(task.DevicePubKey)) assignment.Threshold = uint64(10) + assignment.StartTime = lastData[0].(uint64) slog.Debug("--------------5")