eth-cache/eth_cache/filter.py

8 lines
124 B
Python
Raw Normal View History

2021-06-13 11:09:48 +02:00
class GasFilter:
def __init__(self, store):
def filter(self, conn, block, tx, session):
self.store.put()