SatSale

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

commit 3edcc36f51cb897498e6e1ddb9bd7d37759bcc3b
parent ce1526d38e7dcf8d793f714fe2abf5089af51314
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Fri, 13 Aug 2021 00:21:10 +1000

Realistic connection time for lnd

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

diff --git a/pay/lnd.py b/pay/lnd.py @@ -23,7 +23,7 @@ class lnd: # Conect to lightning node connection_str = "{}:{}".format(config.host, config.lnd_rpcport) print( - "Attempting to connect to lightning node {}. This may take a few minutes...".format( + "Attempting to connect to lightning node {}. This may take a few seconds...".format( connection_str ) )