This commit is contained in:
Jack Robison 2022-05-27 09:59:11 -04:00
parent a391fe9fc7
commit ac7e94c6ed
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -273,7 +273,8 @@ class SPVNode:
ElasticEnv(
db_dir=self.data_path, reorg_limit=100, max_query_workers=0, chain='regtest',
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')
)
)