We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6579d80 commit faca0a8Copy full SHA for faca0a8
src/txmempool.h
@@ -486,7 +486,7 @@ class CTxMemPool
486
mutable CCriticalSection cs;
487
indexed_transaction_set mapTx GUARDED_BY(cs);
488
489
- typedef indexed_transaction_set::nth_index<0>::type::iterator txiter;
+ using txiter = indexed_transaction_set::nth_index<0>::type::const_iterator;
490
std::vector<std::pair<uint256, txiter> > vTxHashes; //!< All tx witness hashes/entries in mapTx, in random order
491
492
struct CompareIteratorByHash {
0 commit comments