mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
[Trivial] Update comments referencing main.cpp
This commit is contained in:
parent
a441db01b5
commit
00e623d0b8
3 changed files with 4 additions and 4 deletions
|
|
@ -395,7 +395,7 @@ bool CTxMemPool::addUnchecked(const uint256& hash, const CTxMemPoolEntry &entry,
|
|||
{
|
||||
NotifyEntryAdded(entry.GetSharedTx());
|
||||
// Add to memory pool without checking anything.
|
||||
// Used by main.cpp AcceptToMemoryPool(), which DOES do
|
||||
// Used by AcceptToMemoryPool(), which DOES do
|
||||
// all the appropriate checks.
|
||||
LOCK(cs);
|
||||
indexed_transaction_set::iterator newit = mapTx.insert(entry).first;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue