From d0c7ed8f315ba9f89c22502f5d61e45ebf6e37de Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 13:20:20 -0300 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 31e161e28..79ad1d852 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1278,7 +1278,7 @@ bool GetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock if (pindexSlow) { CBlock block; - if (ReadBlockFromDisk(block, pindexSlow)) { + if (ReadBlockFromDisk(block, pindexSlow,0)) { BOOST_FOREACH(const CTransaction &tx, block.vtx) { if (tx.GetHash() == hash) { txOut = tx;