KOMODO_ASSETCHAIN_MAXLEN -> 65
This commit is contained in:
@@ -441,13 +441,13 @@ void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
|
||||
strMiscWarning = message;
|
||||
}
|
||||
|
||||
extern char ASSETCHAINS_SYMBOL[16];
|
||||
extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
|
||||
//int64_t MAX_MONEY = 200000000 * 100000000LL;
|
||||
|
||||
boost::filesystem::path GetDefaultDataDir()
|
||||
{
|
||||
namespace fs = boost::filesystem;
|
||||
char symbol[16];
|
||||
char symbol[KOMODO_ASSETCHAIN_MAXLEN];
|
||||
if ( ASSETCHAINS_SYMBOL[0] != 0 )
|
||||
strcpy(symbol,ASSETCHAINS_SYMBOL);
|
||||
else symbol[0] = 0;
|
||||
|
||||
Reference in New Issue
Block a user