ava-labs / coreth

Code and wrapper to extract Ethereum blockchain functionalities without network/consensus, for building custom blockchain services.
Other
181 stars 138 forks source link

mempool: inline call to has #646

Closed darioush closed 1 week ago

darioush commented 1 week ago

Why this should be merged

Inlines the call to has as it is only used in Has

How this works

Inlines the call

How this was tested

CI