Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrobison committed May 27, 2022
1 parent a391fe9 commit ac7e94c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lbry/wallet/orchstr8/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ async def start(self, lbcwallet_node: 'LBCWalletNode', extraconf=None):
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')
)
)
Expand Down

0 comments on commit ac7e94c

Please sign in to comment.