fix: Allow wallet acctions from unencrypted wallets

This commit is contained in:
2025-05-08 12:09:04 +10:00
parent 6bbc294116
commit fd1ba1d059
5 changed files with 280 additions and 218 deletions

View File

@@ -8,7 +8,7 @@ import os
# Get Explorer URL
TX_EXPLORER_URL = os.getenv("EXPLORER_TX")
if TX_EXPLORER_URL is None:
TX_EXPLORER_URL = "https://niami.io/tx/"
TX_EXPLORER_URL = "https://shakeshift.com/transaction/"