mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
fix helloworld.py example in README for pyln-client
This commit is contained in:
parent
b92b9f074d
commit
1507e87197
@ -96,7 +96,7 @@ def init(options, configuration, plugin):
|
||||
|
||||
|
||||
@plugin.subscribe("connect")
|
||||
def on_connect(plugin, id, address):
|
||||
def on_connect(plugin, id, address, **kwargs):
|
||||
plugin.log("Received connect event for peer {}".format(id))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user