Skip to content

Commit 6a94280

Browse files
committed
fmt
1 parent e9da849 commit 6a94280

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/libzkp/src/tasks/batch.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,9 @@ impl BatchProvingTask {
239239
//
240240
// We handle the different STF versions here however build the same batch header since
241241
// 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.
242+
// coordinator actually defines the STF version (v7, v8 or v9, v10) and we can derive
243+
// the hard-fork (e.g. feynman or galileo) and the codec from the version
244+
// byte.
244245
//
245246
// Refer [`scroll_zkvm_types::public_inputs::Version`].
246247
(

0 commit comments

Comments
 (0)