librustzcash
librustzcash copied to clipboard
Minor: wrong comment
https://github.com/zcash/librustzcash/blob/1b4aab0b76d465e4fe548f230b7c3ebdc398a1a5/zcash_proofs/src/circuit/sprout/mod.rs#L77
This comment should read
vpub_new + outputs[0].value + outputs[1].value
Yep, that's a copy-paste bug. Good spot!