Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trie: combine validation loops in VerifyRangeProof (#30823)
Small optimization. It's guaranteed that `len(keys)` == `len(values)`, so we can combine the checks in a single loop rather than 2 separate loops.
- Loading branch information