jl777 8 years ago
parent
commit
f1df6f807c
  1. 4
      iguana/iguana_notary.c

4
iguana/iguana_notary.c

@ -660,7 +660,9 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc
{
for (z=0; z<sizeof(desthash); z++)
desthash.bytes[z] = notaries[i].pubkey[z+1];
//printf("send.(%s) to notary.%d\n",sigstr,i);
char datastr[1024];
init_hexbytes_noT(datastr,data,datalen);
printf("send.(%s) to notary.%d\n",datastr,i);
basilisk_channelsend(myinfo,srchash,desthash,channel,height,data,datalen,120);
}
retval = 0;

Loading…
Cancel
Save