File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,8 @@ class CTxMemPool
375375 };
376376 typedef std::set<txiter, CompareIteratorByHash> setEntries;
377377
378+ const setEntries & GetMemPoolParents (txiter entry) const ;
379+ const setEntries & GetMemPoolChildren (txiter entry) const ;
378380private:
379381 typedef std::map<txiter, setEntries, CompareIteratorByHash> cacheMap;
380382
@@ -386,8 +388,6 @@ class CTxMemPool
386388 typedef std::map<txiter, TxLinks, CompareIteratorByHash> txlinksMap;
387389 txlinksMap mapLinks;
388390
389- const setEntries & GetMemPoolParents (txiter entry) const ;
390- const setEntries & GetMemPoolChildren (txiter entry) const ;
391391 void UpdateParent (txiter entry, txiter parent, bool add);
392392 void UpdateChild (txiter entry, txiter child, bool add);
393393
You can’t perform that action at this time.
0 commit comments