This commit is contained in:
jl777
2016-10-21 10:13:00 -03:00
parent dcb546ffb1
commit dd79221501

View File

@@ -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()) {