Slight refactor, prepare for QWORD upgrade

This commit is contained in:
Andrew
2023-06-04 15:40:08 +03:00
parent 3922223b9f
commit 1c5f93b687
5 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
#include "header.h"
char charset[] = "BCDFGHJKMPQRTVWXY2346789";
char pCharset[] = "BCDFGHJKMPQRTVWXY2346789";
const std::string filename = "keys.json";
using json = nlohmann::json;