Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
ae6c27250b
  1. 3
      iguana/iguana_ramchain.c

3
iguana/iguana_ramchain.c

@ -426,7 +426,8 @@ uint32_t iguana_ramchain_addunspent20(struct iguana_info *coin,struct iguana_pee
u->value = value;
u->type = type;
memcpy(u->rmd160,rmd160,sizeof(u->rmd160));
//fprintf(stderr,"type.%d scriptlen.%d bp.%p\n",type,scriptlen,bp);
if ( type == IGUANA_SCRIPT_76AC )
fprintf(stderr,"type.%d scriptlen.%d bp.%p\n",type,scriptlen,bp);
u->scriptlen = scriptlen;
if ( scriptlen > 0 && script != 0 )
{

Loading…
Cancel
Save