eth-cache/eth_cache/filter.py
2021-06-13 11:09:48 +02:00

8 lines
124 B
Python

class GasFilter:
def __init__(self, store):
def filter(self, conn, block, tx, session):
self.store.put()