|
|
@ -2409,7 +2409,6 @@ int32_t bitcoin_scriptget(uint8_t taddr,uint8_t pubtype,uint8_t p2shtype,uint32_ |
|
|
|
if ( *userdatap == p2shscript ) |
|
|
|
*userdatap = 0; |
|
|
|
vp->spendlen = iguana_scriptgen(taddr,pubtype,p2shtype,&vp->M,&vp->N,vp->coinaddr,vp->spendscript,0,vp->rmd160,vp->type,(const struct vin_info *)vp,vp->vin.prev_vout); |
|
|
|
printf("type.%d asmstr.(%s) spendlen.%d\n",vp->type,asmstr,vp->spendlen); |
|
|
|
return(vp->spendlen); |
|
|
|
} |
|
|
|
|
|
|
|