mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-19 14:14:20 +01:00
Update to pyln-client
This updates all plugins *which already have requirements.txt* to pyln-client from pylightning.
This commit is contained in:
committed by
Christian Decker
parent
21e37c74d6
commit
e426f6738e
@@ -4,11 +4,10 @@ This is a quick hack and adapted plugin from the summary.py plugin (orinigally w
|
||||
This one is adapted by Rene Pickhardt and aims to help you identify inactive channels quickly
|
||||
"""
|
||||
|
||||
from lightning import Plugin, Millisatoshi
|
||||
import lightning
|
||||
import pyln.client
|
||||
import json
|
||||
|
||||
plugin = Plugin()
|
||||
plugin = pyln.client.Plugin()
|
||||
|
||||
# __version__ was introduced in 0.0.7.1, with utf8 passthrough support.
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user