remove sign from time lock check

This commit is contained in:
miketout
2018-10-03 19:59:48 -07:00
parent f3ec769e42
commit 0a962eb958
6 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
#endif
#include <unistd.h>
extern int64_t ASSETCHAINS_TIMELOCKGTE;
extern uint64_t ASSETCHAINS_TIMELOCKGTE;
extern uint32_t ASSETCHAINS_ALGO, ASSETCHAINS_VERUSHASH;
int64_t komodo_block_unlocktime(uint32_t nHeight);