We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104b94b commit 3787b67Copy full SHA for 3787b67
src/lib/snark_work_lib/partitioned_result.ml
@@ -10,6 +10,8 @@ module Stable = struct
10
[ `Single of Id.Single.Stable.V1.t
11
| `Sub_zkapp of Id.Sub_zkapp.Stable.V1.t ]
12
; data :
13
+ (* NOTE: the time here correspond to time elapsed for creating the
14
+ proof by a worker *)
15
( Mina_stdlib.Time.Span.Stable.V1.t
16
, Ledger_proof.Stable.V2.t )
17
Proof_carrying_data.Stable.V1.t
0 commit comments