try again

This commit is contained in:
blackjok3r
2018-11-02 22:39:58 +08:00
parent 5f81cde8f7
commit e75e7e21c6

View File

@@ -20,6 +20,8 @@
#include "notaries_staked.h"
#include "cc/utils.cpp"
#define KOMODO_MAINNET_START 178999
extern char NOTARYADDRS[18][64];
@@ -206,6 +208,8 @@ const char *Notaries_elected1[][2] =
};
#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9"
bool pubkey2addr(char *destaddr,uint8_t *pubkey33);
int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestamp)
{
static uint8_t elected_pubkeys0[64][33],elected_pubkeys1[64][33],did0,did1; static int32_t n0,n1;