commit 44b0e80987e99541b8dd12fa162ce0e8d3162e2c
parent 5dab0fbfdf2027ab65fea671cfc5a539cbf5884e
Author: nickfarrow <nick@nickfarrow.com>
Date: Sun, 23 May 2021 17:29:12 +1000
Fix api key name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
@@ -13,7 +13,7 @@ password = "RPAPASSWORD"
wallet = ""
# File in which API key will be stored
-api_key_path = "BTCPyment_API_key"
+api_key_path = "SatSale_API_key"
# SSH tunnel to node (raspberry pi!)
# Make sure this command works `ssh HOST@IP -q -N -L 8332:localhost:8332`