We call them Hush Smart Chains around here

This commit is contained in:
Duke Leto
2020-11-15 11:54:06 -05:00
parent ebf0df633b
commit c737c0dfaf
58 changed files with 422 additions and 421 deletions

View File

@@ -292,7 +292,7 @@ template <typename Callable> void TraceThread(const char* name, Callable func)
// split string using by space or comma as a delimiter char
void SplitStr(const std::string& strVal, std::vector<std::string> &outVals);
#define KOMODO_ASSETCHAIN_MAXLEN 65
#define HUSH_SMART_CHAIN_MAXLEN 65
#endif // BITCOIN_UTIL_H