Browse Source

plugins-test: use pyln.client, not lightning to import Plugin

paymod-01
niftynei 5 years ago
committed by Christian Decker
parent
commit
a66415a43e
  1. 2
      tests/plugins/onionmessage-reply.py

2
tests/plugins/onionmessage-reply.py

@ -2,7 +2,7 @@
""" """
This plugin is used to test the `onion_message` hook. This plugin is used to test the `onion_message` hook.
""" """
from lightning import Plugin from pyln.client import Plugin
plugin = Plugin() plugin = Plugin()

Loading…
Cancel
Save