This commit is contained in:
jl777
2016-10-29 16:56:32 -03:00
parent 1911ff1acd
commit 8e3430ee2d
2 changed files with 46 additions and 35 deletions

View File

@@ -800,6 +800,13 @@ int32_t komodo_baseid(char *origbase)
return(-1);
}
int32_t komodo_is_issuer()
{
if ( ASSETCHAINS_SYMBOL[0] != 0 && COINBASE_MATURITY == 1 )
return(1);
else return(0);
}
int32_t _unhex(char c)
{
if ( c >= '0' && c <= '9' )