diff options
| author | CryptAxe <[email protected]> | 2017-02-14 23:00:04 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-02-16 13:52:38 +0100 |
| commit | 00e623d0b8cd1c261a2671aa8ab221a0474bc7c8 (patch) | |
| tree | 09484354eb8b5cb3c4ac573189bdd38db4a1b43c /src/txmempool.cpp | |
| parent | Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice (diff) | |
| download | discoin-00e623d0b8cd1c261a2671aa8ab221a0474bc7c8.tar.xz discoin-00e623d0b8cd1c261a2671aa8ab221a0474bc7c8.zip | |
[Trivial] Update comments referencing main.cpp
Diffstat (limited to 'src/txmempool.cpp')
| -rw-r--r-- | src/txmempool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 236527a2b..5842dd88d 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -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; |