typo fix....

This commit is contained in:
Oskar Thoren 2022-03-11 15:30:08 +08:00
parent c1ffb13d09
commit 733f835922
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 1 deletions

View File

@ -123,8 +123,9 @@ fn groth16_proof_example2() -> Result<()> {
); );
// Fucking hell... nullifier not nullifer. FFS.
builder.push_input( builder.push_input(
"nullifer", "nullifier",
BigInt::parse_bytes(input_deposit.nullifier.as_bytes(), 10).unwrap(), BigInt::parse_bytes(input_deposit.nullifier.as_bytes(), 10).unwrap(),
); );