From 31416f0d9608e26b03d8e219e3efc915de3e7a7f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 12 Dec 2019 23:07:02 -0500 Subject: [PATCH] compile fix --- src/komodo_defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/komodo_defs.h b/src/komodo_defs.h index dfd1cd62a..93c91b041 100644 --- a/src/komodo_defs.h +++ b/src/komodo_defs.h @@ -1,3 +1,4 @@ +// Copyright (c) 2019 The Hush developers /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -431,7 +432,7 @@ int32_t komodo_blockheight(uint256 hash); bool komodo_txnotarizedconfirmed(uint256 txid); int32_t komodo_blockload(CBlock& block, CBlockIndex *pindex); uint32_t komodo_chainactive_timestamp(); -//uint32_t GetLatestTimestamp(int32_t height); +uint32_t GetLatestTimestamp(int32_t height); #ifndef KOMODO_NSPV_FULLNODE #define KOMODO_NSPV_FULLNODE (KOMODO_NSPV <= 0)