plugin: Remove autopatch argument from helloworld plugin

Suggested-by: Rusty Russell <@rustyrussell>
This commit is contained in:
Christian Decker 2019-04-15 14:21:35 +02:00 committed by neil saitug
parent 88f425fcc5
commit eeecfc983c

View File

@ -2,7 +2,7 @@
from lightning import Plugin
plugin = Plugin(autopatch=True)
plugin = Plugin()
@plugin.method("hello")