mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-19 14:14:20 +01:00
persistent-channels: fix flake8 nits
This commit is contained in:
committed by
Christian Decker
parent
1e7701f033
commit
82b1b57690
@@ -45,8 +45,8 @@ def maybe_open_channel(desired, rpc):
|
||||
|
||||
if peers == []:
|
||||
# Need to connect first, and then open a channel
|
||||
#if not is_connectable(rpc, desired['node_id']):
|
||||
# print("No address known for {}, cannot connect.".format(desired['node_id']))
|
||||
# if not is_connectable(rpc, desired['node_id']):
|
||||
# print("No address known for {}, cannot connect.".format(desired['node_id']))
|
||||
|
||||
try:
|
||||
rpc.connect(desired['node_id'])
|
||||
|
||||
Reference in New Issue
Block a user