|
|
@ -663,7 +663,7 @@ void *basilisk_bitcoinrawtx(struct basilisk_item *Lptr,struct supernet_info *myi |
|
|
|
decode_hex(buf,spendlen,spendscriptstr); |
|
|
|
bitcoin_txoutput(coin,txobj,buf,spendlen,amount); |
|
|
|
rawtx = iguana_calcrawtx(myinfo,coin,&vins,txobj,amount,changeaddr,txfee,addresses,minconf); |
|
|
|
printf("generated.(%s) vins.(%s)\n",rawtx,vins!=0?jprint(vins,0):""); |
|
|
|
//printf("generated.(%s) vins.(%s)\n",rawtx,vins!=0?jprint(vins,0):"");
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|