Browse Source

make CAddrMan::size() return the correct type of size_t

0.13
Philip Kaufmann 9 years ago
parent
commit
40c592aa21
  1. 2
      src/addrman.h

2
src/addrman.h

@ -458,7 +458,7 @@ public:
} }
//! Return the number of (unique) addresses in all tables. //! Return the number of (unique) addresses in all tables.
int size() size_t size() const
{ {
return vRandom.size(); return vRandom.size();
} }

Loading…
Cancel
Save