This commit is contained in:
jl777
2017-01-30 07:51:47 +02:00
parent 2e2e49fc66
commit afacf361e8
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33)
int32_t komodo_isrealtime(int32_t *kmdheightp);
uint64_t komodo_paxtotal();
int32_t komodo_longestchain();
uint64_t komodo_maxallowed(int32_t baseid);
pthread_mutex_t komodo_mutex;