|
|
@ -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 ) |
|
|
|
{ |
|
|
|