|
|
@ -418,6 +418,7 @@ cJSON *dpow_createtx(struct iguana_info *coin,cJSON **vinsp,struct dpow_entry no |
|
|
|
int32_t i,j,m=0,siglen; char scriptstr[256]; cJSON *txobj=0,*vins=0,*item; uint64_t satoshis; uint8_t script[35],*sig; |
|
|
|
if ( (txobj= bitcoin_txcreate(coin->chain->isPoS,0,1,0)) != 0 ) |
|
|
|
{ |
|
|
|
jaddnum(txobj,"suppress",1); |
|
|
|
vins = cJSON_CreateArray(); |
|
|
|
for (j=0; j<numnotaries; j++) |
|
|
|
{ |
|
|
|