Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ Size
Method
Size
src/tx/txmempool.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
uint64_t CTxMemPool::Size() {
165
LOCK(cs);
166
return memPoolTxs.size();
167
}
168
169
bool CTxMemPool::Exists(const uint256 txid) {
170
LOCK(cs);
Callers
1
getmininginfo
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected