diff --git a/src/komodo.h b/src/komodo.h index d4b9571b9..029b25d38 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -216,7 +216,6 @@ uint32_t komodo_txtime(uint256 hash) { CTransaction tx; uint256 hashBlock; - komodo_init(); if (!GetTransaction(hash, tx, hashBlock, true)) return(0); if (!hashBlock.IsNull()) {