|
|
@ -99,7 +99,7 @@ struct dpow_block |
|
|
|
uint64_t destsigsmasks[DPOW_MAXRELAYS],srcsigsmasks[DPOW_MAXRELAYS]; |
|
|
|
uint64_t recvmask,bestmask,ratifybestmask,ratifyrecvmask,pendingbestmask,pendingratifybestmask,ratifysigmasks[2]; |
|
|
|
struct dpow_entry notaries[DPOW_MAXRELAYS]; |
|
|
|
uint32_t state,starttime,timestamp,waiting,sigcrcs[2],txidcrcs[2],utxocrcs[2]; |
|
|
|
uint32_t state,starttime,timestamp,waiting,sigcrcs[2],txidcrcs[2],utxocrcs[2],lastepoch; |
|
|
|
int32_t height,numnotaries,completed,minsigs,duration,numratified,isratify,require0,scores[DPOW_MAXRELAYS]; |
|
|
|
int8_t bestk,ratifybestk,pendingbestk,pendingratifybestk; |
|
|
|
cJSON *ratified; |
|
|
|