diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-10-12 14:36:51 +1300 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-10-12 14:36:51 +1300 |
commit | a0efe529e4fd053b890450413b9ca5e1bcd8f2c2 (patch) | |
tree | 79411554469949d6d3d988420d13e3bb986bba40 /src/txmempool.h | |
parent | e418a8e675e4dbca9f9c3cf7dd4633aa3c6c196e (diff) |
Fix outdated comments referring to ::ChainActive()
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 0be51db181..460e9d0ceb 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -542,7 +542,7 @@ public: * By design, it is guaranteed that: * * 1. Locking both `cs_main` and `mempool.cs` will give a view of mempool - * that is consistent with current chain tip (`::ChainActive()` and + * that is consistent with current chain tip (`ActiveChain()` and * `CoinsTip()`) and is fully populated. Fully populated means that if the * current active chain is missing transactions that were present in a * previously active chain, all the missing transactions will have been |