mirror of https://github.com/ethereum/go-ethereum
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.pull/30829/head
parent
8c1a36dad3
commit
2406305175
Loading…
Reference in new issue