wLRy

Results 3 issues of wLRy

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`

A-documentation
C-cleanup

Applied patch from issue #74 so that others don't need to dig too much for these changes

I am attempting to validate the `cosmoshub-4` chain starting from the first possible height, which according to [Cosmos Hub Summary](https://github.com/cosmos/gaia/tree/main/docs/roadmap#cosmos-hub-summary) is 5200791. So, following [this tutorial](https://hub.cosmos.network/main/hub-tutorials/join-mainnet.html), I downloaded and initiated...