mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 17:44:22 +01:00
pyln: remove unused variable
Variable inroduced in 708fb17 is making CI fail.
This commit is contained in:
committed by
ShahanaFarooqui
parent
ea23122880
commit
fe5f3cef51
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user