WTFTWTFEWIDlknPI
This commit is contained in:
@@ -74,7 +74,6 @@ public:
|
||||
#include "komodo_globals.h"
|
||||
#include "komodo_utils.h"
|
||||
#include "komodo_cJSON.c"
|
||||
#include "notaries_staked.h"
|
||||
#include "komodo_notary.h"
|
||||
|
||||
void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotaries,uint8_t notaryid,uint256 txhash,uint64_t voutmask,uint8_t numvouts,uint32_t *pvals,uint8_t numpvals,int32_t KMDheight,uint32_t KMDtimestamp,uint64_t opretvalue,uint8_t *opretbuf,uint16_t opretlen,uint16_t vout,uint256 MoM,int32_t MoMdepth)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#ifndef NOTARIES_STAKED
|
||||
#define NOTARIES_STAKED
|
||||
|
||||
extern const char *notaries_STAKED[17][2];
|
||||
extern const char *notaries_STAKED[][2];
|
||||
extern int num_notaries_STAKED;
|
||||
|
||||
bool is_STAKED();
|
||||
|
||||
Reference in New Issue
Block a user