This commit is contained in:
jl777
2018-07-23 20:03:02 -11:00
parent facc3e62c1
commit 46f639d98e

View File

@@ -1607,7 +1607,7 @@ bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlo
{
// need a GetTransaction without lock so the validation code for assets can run without deadlock
{
READLOCK(mempool.cs);
LOCK(mempool.cs);
fprintf(stderr,"check mempool\n");
if (mempool.lookup(hash, txOut))
{