mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-03 12:29:46 -08:00
dynamic coin name
This commit is contained in:
@@ -242,7 +242,7 @@ void runCommand(std::string strCommand);
|
||||
|
||||
inline std::string i64tostr(int64 n)
|
||||
{
|
||||
return strprintf("%"PRI64d, n);
|
||||
return strprintf("%" PRI64d, n);
|
||||
}
|
||||
|
||||
inline std::string itostr(int n)
|
||||
|
||||
Reference in New Issue
Block a user