Merge pull request #1904 from laanwj/2012_10_remove_getorder

remove "checkorder" P2P command
This commit is contained in:
Pieter Wuille
2012-10-25 11:41:22 -07:00
4 changed files with 3 additions and 125 deletions

View File

@@ -710,13 +710,9 @@ void ThreadSocketHandler2(void* parg)
TRY_LOCK(pnode->cs_vRecv, lockRecv);
if (lockRecv)
{
TRY_LOCK(pnode->cs_mapRequests, lockReq);
if (lockReq)
{
TRY_LOCK(pnode->cs_inventory, lockInv);
if (lockInv)
fDelete = true;
}
TRY_LOCK(pnode->cs_inventory, lockInv);
if (lockInv)
fDelete = true;
}
}
}