|
@ -134,7 +134,7 @@ struct dpow_info |
|
|
struct dpow_checkpoint checkpoint,last,destchaintip,srcfifo[DPOW_FIFOSIZE],destfifo[DPOW_FIFOSIZE]; |
|
|
struct dpow_checkpoint checkpoint,last,destchaintip,srcfifo[DPOW_FIFOSIZE],destfifo[DPOW_FIFOSIZE]; |
|
|
struct dpow_hashheight approved[DPOW_FIFOSIZE],notarized[DPOW_FIFOSIZE]; |
|
|
struct dpow_hashheight approved[DPOW_FIFOSIZE],notarized[DPOW_FIFOSIZE]; |
|
|
bits256 activehash,lastnotarized,srctx[DPOW_MAXTX],desttx[DPOW_MAXTX]; |
|
|
bits256 activehash,lastnotarized,srctx[DPOW_MAXTX],desttx[DPOW_MAXTX]; |
|
|
uint32_t SRCREALTIME,destupdated,srcconfirms,numdesttx,numsrctx,lastsplit,cancelratify; |
|
|
uint32_t SRCREALTIME,lastsrcupdate,destupdated,srcconfirms,numdesttx,numsrctx,lastsplit,cancelratify; |
|
|
int32_t lastheight,maxblocks,SRCHEIGHT,SHORTFLAG,ratifying; |
|
|
int32_t lastheight,maxblocks,SRCHEIGHT,SHORTFLAG,ratifying; |
|
|
struct pax_transaction *PAX; |
|
|
struct pax_transaction *PAX; |
|
|
portable_mutex_t paxmutex,dexmutex; |
|
|
portable_mutex_t paxmutex,dexmutex; |
|
|