forked from cerc-io/plugeth
a8bb49b8ea
This change removes extraneous/unnecessary checks for equality when comparing 2 accessList values A and B. Given that we validate that their lengths of A and B are equal, if so and if every element in A is in B, reflexively every element in B is already in A. If that weren't the case and an element g existed in A but not in B, that would mean that there is an extra element and hence a mathematical contradiction. Fixes #24658 |
||
---|---|---|
.. | ||
access_list_tracer.go | ||
gen_structlog.go | ||
logger_json.go | ||
logger_test.go | ||
logger.go |