Browse Source

)

pull/4/head
jl777 6 years ago
parent
commit
bd1f298cef
  1. 2
      src/cc/eval.cpp

2
src/cc/eval.cpp

@ -98,7 +98,7 @@ bool Eval::GetSpendsConfirmed(uint256 hash, std::vector<CTransaction> &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);*/

Loading…
Cancel
Save