mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
plugins-test: use pyln.client, not lightning to import Plugin
This commit is contained in:
committed by
Christian Decker
parent
0f8157a02e
commit
a66415a43e
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user