From 5a9b508279b3a221d36149aa2e811a9702b28e60 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 31 May 2017 22:21:25 +0200 Subject: [trivial] Add end of namespace comments --- src/txmempool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/txmempool.cpp') diff --git a/src/txmempool.cpp b/src/txmempool.cpp index ac842da6bf..ac5bfd0075 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -776,7 +776,7 @@ public: return counta < countb; } }; -} +} // namespace std::vector CTxMemPool::GetSortedDepthAndScore() const { -- cgit v1.2.3