mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
plugin: Remove autopatch argument from helloworld plugin
Suggested-by: Rusty Russell <@rustyrussell>
This commit is contained in:
committed by
neil saitug
parent
88f425fcc5
commit
eeecfc983c
@@ -2,7 +2,7 @@
|
|||||||
from lightning import Plugin
|
from lightning import Plugin
|
||||||
|
|
||||||
|
|
||||||
plugin = Plugin(autopatch=True)
|
plugin = Plugin()
|
||||||
|
|
||||||
|
|
||||||
@plugin.method("hello")
|
@plugin.method("hello")
|
||||||
|
|||||||
Reference in New Issue
Block a user