mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
make CAddrMan::size() return the correct type of size_t
This commit is contained in:
parent
c1fb0e1075
commit
40c592aa21
@ -458,7 +458,7 @@ public:
|
||||
}
|
||||
|
||||
//! Return the number of (unique) addresses in all tables.
|
||||
int size()
|
||||
size_t size() const
|
||||
{
|
||||
return vRandom.size();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user