diff --git a/server.py b/server.py
index 6bd29d9..b3f1d5b 100644
--- a/server.py
+++ b/server.py
@@ -604,7 +604,7 @@ def now_old():
# endregion
-
+#region Donate
@app.route("/donate")
def donate():
global handshake_scripts
@@ -698,9 +698,9 @@ def donate():
if proof:
cryptoHTML += proof
else:
- cryptoHTML += f"
Invalid coin: {crypto}
"
+ cryptoHTML += f'
Invalid offchain token: {token["symbol"]}
'
else:
- cryptoHTML += f"
Invalid coin: {crypto}
"
+ cryptoHTML += f"
Invalid chain: {crypto}
"
if os.path.isfile(f".well-known/wallets/.domains"):
# Get json of all domains
@@ -750,6 +750,7 @@ def addressQR(data):
# Return the QR code image as a response
return send_file(qr_image_path, mimetype="image/png")
+#endregion
@app.route("/supersecretpath")
def supersecretpath():