mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
plugin: Remove autopatch argument from helloworld plugin
Suggested-by: Rusty Russell <@rustyrussell>
This commit is contained in:
parent
88f425fcc5
commit
eeecfc983c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
from lightning import Plugin
|
||||
|
||||
|
||||
plugin = Plugin(autopatch=True)
|
||||
plugin = Plugin()
|
||||
|
||||
|
||||
@plugin.method("hello")
|
||||
|
|
Loading…
Add table
Reference in a new issue