Test using ticker here instead

This commit is contained in:
fekt
2024-04-11 21:29:45 -04:00
parent 2b26d95121
commit f70dd99b9c

View File

@@ -358,7 +358,7 @@ QString Settings::getTokenName() {
if (Settings::getInstance()->isTestnet()) { if (Settings::getInstance()->isTestnet()) {
return "TUSH"; return "TUSH";
} else { } else {
return "DRAGONX"; return "DRGX";
} }
} }