antouhou / rs-merkle

The most advanced Merkle tree library for Rust
MIT License
168 stars 45 forks source link

chore: fix test #31

Closed themighty1 closed 8 months ago

themighty1 commented 1 year ago

This PR fixes a test introduced by https://github.com/antouhou/rs-merkle/pull/28

It is more intuitive to reason about the test if we directly remove a hash from the proof, rather than just increasing the hash count that gets passed in.