fix minign lock?

This commit is contained in:
blackjok3r
2019-01-09 01:39:55 +08:00
parent 83477b74f4
commit 59fc17614b

View File

@@ -1603,7 +1603,7 @@ bool CheckTransactionWithoutProofVerification(uint32_t tiptime,const CTransactio
CAmount GetMinRelayFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree)
{
{
LOCK(mempool.cs);
LOCK2(cs_main, mempool.cs);
uint256 hash = tx.GetHash();
double dPriorityDelta = 0;
CAmount nFeeDelta = 0;