Browse Source

plugin: Remove autopatch argument from helloworld plugin

Suggested-by: Rusty Russell <@rustyrussell>
htlc_accepted_hook
Christian Decker 6 years ago
committed by neil saitug
parent
commit
eeecfc983c
  1. 2
      contrib/plugins/helloworld.py

2
contrib/plugins/helloworld.py

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

Loading…
Cancel
Save