mirror of
git://holbrook.no/eth-monitor.git
synced 2024-11-21 20:06:46 +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
|
store = None
|
||||||
if cache_dir == None:
|
if cache_dir == None:
|
||||||
logg.warning('no cache dir specified, will discard everything!!')
|
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()
|
store = NullStore()
|
||||||
else:
|
else:
|
||||||
store = FileStore(chain_spec, cache_dir)
|
store = FileStore(chain_spec, cache_dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user