mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
pyln: remove unused variable
Variable inroduced in 708fb17
is making CI fail.
This commit is contained in:
parent
ea23122880
commit
fe5f3cef51
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ class LightningNode(object):
|
|||
lambda v: v[0] == 'grpc-port',
|
||||
self.daemon.opts.items()
|
||||
).__next__()[1])
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
raise ValueError("grpc-port is not specified, can't connect over grpc")
|
||||
|
||||
import grpc
|
||||
|
|
Loading…
Add table
Reference in a new issue