Merge pull request #1550 from 0xPolygonZero/example-doc-fix

example documentation fix
This commit is contained in:
Nicholas Ward 2024-03-04 14:06:06 -08:00 committed by GitHub
commit 62ffe11a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,8 @@ fn main() -> Result<()> {
// The secret value.
let value = builder.add_virtual_target();
// Registered as a public input (even though it's secret) so we can print out the value later.
builder.register_public_input(value);
let log_max = 6;