From dd792215015b876f701f36837c48bb7472c7ae64 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 10:13:00 -0300 Subject: [PATCH] test --- src/komodo.h | 1 - 1 file changed, 1 deletion(-) 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()) {