fix: convert coin variant tickers

This commit is contained in:
tecnovert
2026-05-02 22:59:35 +02:00
parent fd2e442839
commit 9caae399d2
4 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ def js_wallets(self, url_split, post_string, is_json):
swap_client.checkSystemStatus()
if len(url_split) > 3:
ticker_str = url_split[3]
coin_type = getCoinIdFromTicker(ticker_str)
coin_type = getCoinIdFromTicker(ticker_str, inc_variant=True)
if len(url_split) > 4:
cmd = url_split[4]