Browse Source

move comment

regtest_lnd
ThomasV 7 years ago
committed by SomberNight
parent
commit
92e5b8d4ca
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      lib/lightning_payencode/FORKED
  2. 2
      lib/lnaddr.py

1
lib/lightning_payencode/FORKED

@ -1 +0,0 @@
This was forked from https://github.com/rustyrussell/lightning-payencode/tree/acc16ec13a3fa1dc16c07af6ec67c261bd8aff23

2
lib/lnaddr.py

@ -1,4 +1,6 @@
#! /usr/bin/env python3
# This was forked from https://github.com/rustyrussell/lightning-payencode/tree/acc16ec13a3fa1dc16c07af6ec67c261bd8aff23
import ecdsa.curves
from ecdsa.ecdsa import generator_secp256k1
from ..bitcoin import hash160_to_b58_address, b58_address_to_hash160

Loading…
Cancel
Save