This commit is contained in:
blackjok3r
2018-11-03 01:37:39 +08:00
parent cd477f8178
commit c87ce0d841
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
#include "notaries_staked.h"
int32_t pubkey2address(char *destaddr,uint8_t *pubkey33) ;
extern int32_t pubkey2address(char *destaddr,uint8_t *pubkey33) ;
#define KOMODO_MAINNET_START 178999

View File

@@ -24,7 +24,6 @@
#endif
#include "komodo_defs.h"
#include "komodo_notary.h"
#include <stdint.h>