SatSale

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

commit 5f256aad8883ddc9824d9c7dfc676bda0a74cdab
parent d112217eb377c97fa8dfb455ac20c1a8c90313bb
Author: Nick <nicholas.w.farrow@gmail.com>
Date:   Mon, 25 Jan 2021 22:18:15 +1100

Update config.py
Diffstat:
Mconfig.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/config.py b/config.py @@ -27,6 +27,9 @@ required_confirmations = 2 # Global connection attempts connection_attempts = 3 +# Redirect, not currently working.. +redirect = None + # Payment method pay_method = "bitcoind" # Switch payment_method to lnd if you want to use lightning payments instead. And uncomment lnd_dir.