This commit is contained in:
jl777
2016-12-07 12:11:11 +02:00
parent d34d6ce4c2
commit b75c9445c7
2 changed files with 4 additions and 3 deletions

View File

@@ -656,8 +656,6 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
}
} else printf("opreturn none issued?\n");
}
if ( strcmp(source,ASSETCHAINS_SYMBOL) == 0 )
printf("source.%s opreturn[I] matches %s\n",source,(char *)&opretbuf[opretlen-4]);
}
else if ( opretbuf[0] == 'W' )//&& opretlen >= 38 )
{