This commit is contained in:
jl777
2016-10-31 16:19:34 -03:00
parent 23d34a32c8
commit 95db8239e9
2 changed files with 3 additions and 3 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 == 1 )
if ( ASSETCHAINS_SYMBOL[0] != 0 && COINBASE_MATURITY < 10 )
return(1);
else return(0);
}