Blocklist.sol should be rewritten for gas efficiency #3193
Labels
Peggy Team
Peggy team task
Refactor
Just code changes to improve, No security issues, or feature changes.
Currently, the existing blocklist.sol contract
isBlocklisted(address account)
function requires 3 SLOAD calls, this should be refactored to require only one as each import/export requires hitting this function.The text was updated successfully, but these errors were encountered: