Skip to content

Commit 3787b67

Browse files
committed
Doc(Partitioned Result): note on data's time
1 parent 104b94b commit 3787b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/snark_work_lib/partitioned_result.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module Stable = struct
1010
[ `Single of Id.Single.Stable.V1.t
1111
| `Sub_zkapp of Id.Sub_zkapp.Stable.V1.t ]
1212
; data :
13+
(* NOTE: the time here correspond to time elapsed for creating the
14+
proof by a worker *)
1315
( Mina_stdlib.Time.Span.Stable.V1.t
1416
, Ledger_proof.Stable.V2.t )
1517
Proof_carrying_data.Stable.V1.t

0 commit comments

Comments
 (0)