mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-27 07:14:48 +00:00
WIP: Fixed KevaUnchecked locking issue.
This commit is contained in:
parent
8d8c36a77f
commit
d44c783fcc
@ -700,7 +700,7 @@ public:
|
||||
|
||||
inline void addKevaUnchecked(const uint256& hash, const CKevaScript& kevaOp)
|
||||
{
|
||||
AssertLockHeld(cs);
|
||||
LOCK(cs);
|
||||
kevaMemPool.addUnchecked(hash, kevaOp);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user