make staked chains not authorised to test if notarizations are still

added
This commit is contained in:
blackjok3r
2018-09-24 20:46:52 +08:00
parent f7826be127
commit 43de331bef

View File

@@ -7,7 +7,7 @@ int GetSymbolAuthority(const char* symbol)
{
if (strncmp(symbol, "TXSCL", 5) == 0)
return CROSSCHAIN_TXSCL;
if (is_STAKED(symbol) != 0) {
if (is_STAKED("TEST") != 0) {
printf("RETURNED CROSSCHAIN STAKED AS TRUE\n");
return CROSSCHAIN_STAKED;
}