Browse Source
lightning-hub: include ln relative to current directory
regtest_lnd
Janus
7 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
1 deletions
-
lib/lightning.py
|
|
@ -3,7 +3,8 @@ import datetime |
|
|
|
import sys |
|
|
|
import struct |
|
|
|
import traceback |
|
|
|
sys.path.insert(0, "lib/ln") |
|
|
|
import os.path |
|
|
|
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "ln")) |
|
|
|
from .ln import rpc_pb2 |
|
|
|
|
|
|
|
from jsonrpclib import Server |
|
|
|