jl777 8 years ago
parent
commit
51751f15a9
  1. 2
      iguana/dPoW.h
  2. 2
      iguana/dpow/dpow_fsm.c

2
iguana/dPoW.h

@ -16,6 +16,7 @@
#ifndef INCLUDE_DPOW_H
#define INCLUDE_DPOW_H
#define DPOW_CHECKPOINTFREQ 5
#define DPOW_M(bp) (2) // (((bp)->numnotaries >> 1) + 1)
#define DPOW_VERSION 0x0204
#define DPOW_UTXOSIZE 10000
@ -33,7 +34,6 @@
#define DPOW_KOMODOCONFIRMS 1
#define DPOW_BTCCONFIRMS 1
#define DPOW_MAXRELAYS 64
#define DPOW_CHECKPOINTFREQ 3
struct dpow_coinentry
{

2
iguana/dpow/dpow_fsm.c

@ -324,7 +324,7 @@ uint32_t dpow_statemachineiterate(struct supernet_info *myinfo,struct dpow_info
for (j=0; j<sizeof(srchash); j++)
srchash.bytes[j] = myinfo->DPOW.minerkey33[j+1];
bp->bestk = dpow_bestk(bp,&bp->bestmask);
if ( bp->state < 3 )
if ( bp->state < 7 )
{
dpow_utxosync(myinfo,bp,0,myind,srchash);
bp->state++;

Loading…
Cancel
Save