SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b508f83c135ccb734808f91f5197708fdacd3ad8
parent d282faea09e0decbe590cf5e5246cb88a2a5738e
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 27 Jan 2021 23:31:06 +1100

fix missing (self) bug

Diffstat:
Mpay/lnd.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pay/lnd.py b/pay/lnd.py @@ -60,7 +60,7 @@ class lnd(invoice): return # Copy tls and macaroon certs from remote machine. - def copy_certs(): + def copy_certs(self): if (not os.path.isfile("tls.cert")) or (not os.path.isfile("admin.macaroon")): print( "Could not find tls.cert or admin.macaroon in BTCPyment folder. \