diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index 859c62149..9ec0738bf 100755 --- a/iguana/dpow/dpow_network.c +++ b/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;