reactivate staked auth, and try to fetch era from auto function

This commit is contained in:
blackjok3r
2018-09-24 21:51:13 +08:00
parent 360925ac6a
commit 7d8a97e1f9
2 changed files with 4 additions and 2 deletions

View File

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