This commit is contained in:
jl777
2018-09-23 05:47:33 -11:00
parent a7e86f3a81
commit 3a36ff1776
4 changed files with 23 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ uint64_t komodo_paxtotal();
int32_t komodo_longestchain();
uint64_t komodo_maxallowed(int32_t baseid);
int32_t komodo_bannedset(int32_t *indallvoutsp,uint256 *array,int32_t max);
bool pubkey2addr(char *destaddr,uint8_t *pubkey33);
pthread_mutex_t komodo_mutex;