webb-tools / zero-knowledge-gadgets

Zero-knowledge gadgets for Webb's cross-chain blockchain applications.
Apache License 2.0
89 stars 29 forks source link

`VAnchorLeaf` nullifier hash removal or adding nullifier hash to `Utxo` type #209

Closed AhmedKorim closed 1 year ago

AhmedKorim commented 2 years ago

The struct VAnchorLeaf has a field called nullifier_hash_bytes which isn't present on the Utxo struct

drewstone commented 2 years ago

I think we can remove this @AhmedKorim. If it's not being used in any tests it's a good indication that it was left by accident.