Added Loki support

This commit is contained in:
MoneroOcean
2018-09-10 22:07:41 +02:00
parent 7f703a05ff
commit 473f81f81b
3 changed files with 16 additions and 0 deletions

View File

@@ -8,4 +8,5 @@ enum BLOB_TYPE {
BLOB_TYPE_FORKNOTE2 = 2,
BLOB_TYPE_CRYPTONOTE2 = 3, // Masari
BLOB_TYPE_CRYPTONOTE_RYO = 4, // Ryo
BLOB_TYPE_CRYPTONOTE_LOKI = 5, // Loki
};