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);*/