Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Dec 19, 2024
1 parent e795621 commit 03c3d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type ProofofMovenessCircuit struct {
func (circuit *ProofofMovenessCircuit) Define(api frontend.API) error { return nil }

func encodeGeodnetPayload(task *task.Task, projectConfig *project.Config) ([]byte, error) {
// TODO: loaded from task
lastPayloadHash := []byte{}
lastTimestamp := 0
lastLatitude := uint64(3)
Expand Down

0 comments on commit 03c3d9b

Please sign in to comment.