CBlockIndex *komodo_getblockindex(uint256 hash);

This commit is contained in:
jl777
2018-11-23 04:27:42 -11:00
parent e5d17599f0
commit 8a492a3cc4

View File

@@ -57,6 +57,7 @@ extern int32_t USE_EXTERNAL_PUBKEY;
uint32_t komodo_segid32(char *coinaddr);
int32_t komodo_dpowconfs(int32_t height,int32_t numconfs);
int32_t komodo_isnotaryvout(char *coinaddr); // from ac_private chains only
CBlockIndex *komodo_getblockindex(uint256 hash);
int64_t nWalletUnlockTime;
static CCriticalSection cs_nWalletUnlockTime;