mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-08 23:54:20 +01:00
fix helloworld.py example in README for pyln-client
This commit is contained in:
committed by
Rusty Russell
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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user