From bd1f298cef1bfe7642b05562ed520c39bd3db4c8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 23 Nov 2018 06:45:09 -1100 Subject: [PATCH] ) --- src/cc/eval.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/eval.cpp b/src/cc/eval.cpp index 00261c095..4cc7d79b7 100644 --- a/src/cc/eval.cpp +++ b/src/cc/eval.cpp @@ -98,7 +98,7 @@ bool Eval::GetSpendsConfirmed(uint256 hash, std::vector &spends) c bool Eval::GetTxUnconfirmed(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock) const { - return(myGetTransaction(hash, txOut,hashBlock); + return(myGetTransaction(hash, txOut,hashBlock)); /*if (!myGetTransaction(hash, txOut,hashBlock)) { return(GetTransaction(hash, txOut,hashBlock)); } else return(true);*/