jl777 8 years ago
parent
commit
9c338bffe3
  1. 2
      iguana/dpow/dpow_network.c

2
iguana/dpow/dpow_network.c

@ -422,7 +422,7 @@ void dpow_send(struct supernet_info *myinfo,struct dpow_info *dp,struct dpow_blo
np->datalen = datalen;
np->crc32 = crc32;
for (i=0; i<32; i++)
np->srchash.bytes[i] = myinfo->minerkey33[i+1];
np->srchash.bytes[i] = dp->minerkey33[i+1];
//np->srchash = srchash;
np->desthash = desthash;
np->channel = channel;

Loading…
Cancel
Save