mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-21 12:06:45 +01:00
Correct nullstore package
This commit is contained in:
parent
8016cc7c9f
commit
ac76ceb985
@ -218,7 +218,7 @@ def setup_filter(chain_spec, cache_dir, include_tx_data, include_block_data):
|
||||
store = None
|
||||
if cache_dir == None:
|
||||
logg.warning('no cache dir specified, will discard everything!!')
|
||||
from eth_monitor.store.null import NullStore
|
||||
from eth_cache.store.null import NullStore
|
||||
store = NullStore()
|
||||
else:
|
||||
store = FileStore(chain_spec, cache_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user