Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes unnecessary Merkle proof sanity check in erasure recovery (#4589
) We already verify that the signatures are the same: https://github.com/anza-xyz/agave/blob/ce8b81aa8/ledger/src/shred/merkle.rs#L842-L847 which confirms Merkle roots are the same and we cannot obtain the same Merkle root with different Merkle trees.
- Loading branch information