add missing SYS to crypto list

This commit is contained in:
Radovan Panak 2018-06-07 16:11:11 +02:00
parent 80cf840a0b
commit 32aec671ec
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public class Currencies {
crypto.add(POT);
crypto.add(SMART);
crypto.add(START);
crypto.add(SYS);
crypto.add(TKN);
crypto.add(WDC);
crypto.add(XMR);