We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120ae00 commit d1c40b0Copy full SHA for d1c40b0
1 file changed
aggregation_mode/cli/src/commands/verify.rs
@@ -22,7 +22,11 @@ pub struct VerifyOnChainArgs {
22
from_block: Option<u64>,
23
#[arg(long = "proving-system")]
24
proving_system: ProvingSystemArg,
25
- #[arg(name = "Program verification key hash", long = "vk-hash", required = true)]
+ #[arg(
26
+ name = "Program verification key hash",
27
+ long = "vk-hash",
28
+ required = true
29
+ )]
30
program_vk: PathBuf,
31
#[arg(name = "Public input file name", long = "public-inputs")]
32
pub_input_file_name: Option<PathBuf>,
0 commit comments