SatSale

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

commit 49472667d622de9a2278657d45ee9f0580e0c00d
parent 6de25f6af59b7d9dc05c515055f091f37a1a6a68
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Mon, 25 Jan 2021 23:18:37 +1100

Merge branch 'master' of github.com:nickfarrow/BTCPyment

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.