mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
plugin: Added .params.configuration to init call
This tells the plugin both the `lightning-dir` as well as the `rpc-filename` to use to talk to `lightningd`. Prior to this they'd had to guess. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ def json_getmanifest(request):
|
||||
}
|
||||
|
||||
|
||||
def json_init(request, options):
|
||||
def json_init(request, options, configuration):
|
||||
"""The main daemon is telling us the relevant cli options
|
||||
"""
|
||||
global greeting
|
||||
|
||||
Reference in New Issue
Block a user