Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
70edb16885
  1. 6
      iguana/iguana_ramchain.c

6
iguana/iguana_ramchain.c

@ -427,7 +427,11 @@ uint32_t iguana_ramchain_addunspent20(struct iguana_info *coin,struct iguana_pee
u->type = type;
memcpy(u->rmd160,rmd160,sizeof(u->rmd160));
if ( type == IGUANA_SCRIPT_76AC )
fprintf(stderr,"type.%d scriptlen.%d bp.%p\n",type,scriptlen,bp);
{
static uint64_t totalsize;
totalsize += scriptlen;
char str[65]; fprintf(stderr,"type.%d scriptlen.%d bp.%p %s\n",type,scriptlen,bp,mbstr(str,totalsize));
}
u->scriptlen = scriptlen;
if ( scriptlen > 0 && script != 0 )
{

Loading…
Cancel
Save