mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
lnaddr: remove remnants of lightning_payencode directory
This commit is contained in:
parent
ea3d8cb157
commit
d95d6fcae9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue