This commit is contained in:
jl777
2016-11-07 16:36:49 -03:00
parent abdd867240
commit 654dfaaf85
5 changed files with 16 additions and 13 deletions

View File

@@ -802,7 +802,7 @@ int32_t komodo_baseid(char *origbase)
int32_t komodo_is_issuer()
{
if ( ASSETCHAINS_SYMBOL[0] != 0 && COINBASE_MATURITY < 10 )
if ( ASSETCHAINS_SYMBOL[0] != 0 && komodo_baseid(ASSETCHAINS_SYMBOL) >= 0 )
return(1);
else return(0);
}