8 lines
124 B
Python
8 lines
124 B
Python
|
class GasFilter:
|
||
|
|
||
|
def __init__(self, store):
|
||
|
|
||
|
|
||
|
def filter(self, conn, block, tx, session):
|
||
|
self.store.put()
|