Browse Source
lnaddr: remove remnants of lightning_payencode 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
1 additions and
1 deletions
-
lib/tests/test_bolt11.py
|
|
@ -1,5 +1,5 @@ |
|
|
|
from hashlib import sha256 |
|
|
|
from lib.lightning_payencode.lnaddr import shorten_amount, unshorten_amount, LnAddr, lnencode, lndecode, u5_to_bitarray, bitarray_to_u5 |
|
|
|
from lib.lnaddr import shorten_amount, unshorten_amount, LnAddr, lnencode, lndecode, u5_to_bitarray, bitarray_to_u5 |
|
|
|
from decimal import Decimal |
|
|
|
from binascii import unhexlify, hexlify |
|
|
|
from lib.segwit_addr import bech32_encode, bech32_decode |
|
|
|