commit d3ed8d5eacd7655370471ff8e5ba62ddf7f1b7cb
parent 868a8ceb1aa5350d7a14532ec039367c3967d1dd
Author: Nick <nicholas.w.farrow@gmail.com>
Date: Sat, 23 Jan 2021 02:11:02 +1100
Update config.py
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.py b/config.py
@@ -28,3 +28,7 @@ pay_method = "bitcoind"
# Switch payment_method to lnd if you want to use lightning payments instead. And uncomment lnd_dir.
#pay_method = "lnd"
#lnd_dir = "~/.lnd/"
+
+# DO NOT CHANGE THIS TO TRUE UNLESS YOU WANT ALL PAYMENTS TO AUTOMATICALLY
+# BE CONSIDERED AS PAID.
+config.free_mode = False