commit 722b4c5029adc441a7ea48059cfa33b9817e3783 parent 8346e358b292e7a1dc387f7a9337b2d1fc347d8b Author: ThomasV <thomasv@electrum.org> Date: Fri, 29 Jun 2018 12:34:59 +0200 move comment Diffstat:
D | lib/lightning_payencode/FORKED | | | 1 | - |
M | lib/lnaddr.py | | | 2 | ++ |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/lightning_payencode/FORKED b/lib/lightning_payencode/FORKED @@ -1 +0,0 @@ -This was forked from https://github.com/rustyrussell/lightning-payencode/tree/acc16ec13a3fa1dc16c07af6ec67c261bd8aff23 diff --git a/lib/lnaddr.py b/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