mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-11 06:46:37 +00:00
typo fix....
This commit is contained in:
parent
c1ffb13d09
commit
733f835922
@ -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(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user