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 e9da849 commit 6a94280Copy full SHA for 6a94280
crates/libzkp/src/tasks/batch.rs
@@ -239,8 +239,9 @@ impl BatchProvingTask {
239
//
240
// We handle the different STF versions here however build the same batch header since
241
// that type does not change. The batch header's version byte constructed in the
242
- // coordinator actually defines the STF version (v7, v8 or v9, v10) and we can derive the
243
- // hard-fork (e.g. feynman or galileo) and the codec from the version byte.
+ // coordinator actually defines the STF version (v7, v8 or v9, v10) and we can derive
+ // the hard-fork (e.g. feynman or galileo) and the codec from the version
244
+ // byte.
245
246
// Refer [`scroll_zkvm_types::public_inputs::Version`].
247
(
0 commit comments