pylint
This commit is contained in:
parent
a391fe9fc7
commit
ac7e94c6ed
1 changed files with 2 additions and 1 deletions
|
@ -273,7 +273,8 @@ class SPVNode:
|
||||||
ElasticEnv(
|
ElasticEnv(
|
||||||
db_dir=self.data_path, reorg_limit=100, max_query_workers=0, chain='regtest',
|
db_dir=self.data_path, reorg_limit=100, max_query_workers=0, chain='regtest',
|
||||||
elastic_notifier_port=self.elastic_notifier_port,
|
elastic_notifier_port=self.elastic_notifier_port,
|
||||||
es_index_prefix=self.index_name, filtering_channel_ids=(extraconf or {}).get('filtering_channel_ids'),
|
es_index_prefix=self.index_name,
|
||||||
|
filtering_channel_ids=(extraconf or {}).get('filtering_channel_ids'),
|
||||||
blocking_channel_ids=(extraconf or {}).get('blocking_channel_ids')
|
blocking_channel_ids=(extraconf or {}).get('blocking_channel_ids')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue