refactor: Convert ping wait time from double to int64_t

This commit is contained in:
Ben Woosley
2020-03-03 08:42:50 -05:00
parent e6fc63ec7e
commit 7a810b1d7a
6 changed files with 5 additions and 13 deletions

View File

@@ -597,7 +597,7 @@ public:
NetPermissionFlags m_permissionFlags;
bool m_legacyWhitelisted;
int64_t m_ping_usec;
double dPingWait;
int64_t m_ping_wait_usec;
int64_t m_min_ping_usec;
CAmount minFeeFilter;
// Our address, as reported by the peer