|
|
@ -1171,11 +1171,11 @@ char *LP_createrawtransaction(cJSON **txobjp,int32_t *numvinsp,struct iguana_inf |
|
|
|
ctx = bitcoin_ctx(); |
|
|
|
*numvinsp = 0; |
|
|
|
*txobjp = 0; |
|
|
|
if ( sizeof(utxos)/sizeof(*utxos) != max ) |
|
|
|
/*if ( sizeof(utxos)/sizeof(*utxos) != max )
|
|
|
|
{ |
|
|
|
printf("LP_createrawtransaction: internal error %d != max.%d\n",(int32_t)(sizeof(utxos)/sizeof(*utxos)),max); |
|
|
|
return(0); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
if ( coin == 0 || outputs == 0 || (numvouts= cJSON_GetArraySize(outputs)) <= 0 ) |
|
|
|
{ |
|
|
|
printf("LP_createrawtransaction: illegal coin.%p outputs.%p or arraysize.%d, error\n",coin,outputs,numvouts); |
|
|
|