TESTNET ONLY: Correct "LitcoinACCTv1" TradeBotStates.acct_name values in DB

This commit is contained in:
catbref 2020-12-29 14:16:47 +00:00
parent d59c30757c
commit 78f62751e5

View File

@ -823,6 +823,11 @@ public class HSQLDBDatabaseUpdates {
+ ")");
break;
case 34:
// XXX - TESTNET ONLY - NOT NEEDED IN PRODUCTION !!!
stmt.execute("UPDATE TradeBotStates SET acct_name = 'LitecoinACCTv1' WHERE acct_name = 'LitcoinACCTv1'");
break;
default:
// nothing to do
return false;