We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aefb848 + bcdcf24 commit 3738a53Copy full SHA for 3738a53
src/net_processing.cpp
@@ -43,7 +43,7 @@ std::atomic<int64_t> nTimeBestReceived(0); // Used only to inform the wallet of
43
struct IteratorComparator
44
{
45
template<typename I>
46
- bool operator()(const I& a, const I& b)
+ bool operator()(const I& a, const I& b) const
47
48
return &(*a) < &(*b);
49
}
0 commit comments