try and add eras, for notaries, with timestamp activation

This commit is contained in:
blackjok3r
2018-09-24 15:27:14 +08:00
parent d35a888245
commit 44f2c39ada
6 changed files with 199 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ int GetSymbolAuthority(const char* symbol)
{
if (strncmp(symbol, "TXSCL", 5) == 0)
return CROSSCHAIN_TXSCL;
if (is_STAKED() == 1)
if (is_STAKED() != 0)
return CROSSCHAIN_STAKED;
return CROSSCHAIN_KOMODO;
}