From ac7e94c6edc84117952366d480aa97130149c2f2 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 27 May 2022 09:59:11 -0400 Subject: [PATCH] pylint --- lbry/wallet/orchstr8/node.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lbry/wallet/orchstr8/node.py b/lbry/wallet/orchstr8/node.py index 1f0fd1bca..a769ae20b 100644 --- a/lbry/wallet/orchstr8/node.py +++ b/lbry/wallet/orchstr8/node.py @@ -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') ) )