This commit is contained in:
jl777
2017-01-16 14:28:09 +02:00
parent 20a5cb84d9
commit 5697258b95

View File

@@ -370,8 +370,10 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t
for (i=0; i<32; i++)
sprintf(&params[i*2 + 2],"%02x",((uint8_t *)&NOTARIZED_DESTTXID)[31-i]);
strcat(params,"\", 1]");*/
if ( strcmp(ASSETCHAINS_SYMBOL,symbol) != 0 )
return(0);
sprintf(params,"[\"%s\", 1]",NOTARIZED_DESTTXID.ToString().c_str());
printf("src.%s dest.%s params.[%s] ht.%d notarized.%d\n",symbol,dest,params,height,NOTARIZED_HEIGHT);
printf("[%s] src.%s dest.%s params.[%s] ht.%d notarized.%d\n",ASSETCHAINS_SYMBOL,symbol,dest,params,height,NOTARIZED_HEIGHT);
if ( strcmp(dest,"KMD") == 0 )
{
if ( KMDUSERPASS[0] != 0 )