mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-08 07:44: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
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from lightning import Plugin, Millisatoshi, RpcError
|
||||
from pyln.client import Plugin, Millisatoshi, RpcError
|
||||
import re
|
||||
import time
|
||||
import uuid
|
||||
|
||||
@@ -1 +1 @@
|
||||
pylightning>=0.0.7.3
|
||||
pyln-client>=0.7.3
|
||||
|
||||
Reference in New Issue
Block a user