From 7a810b1d7a9d03818706dc94457dc3255f062796 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Tue, 3 Mar 2020 08:42:50 -0500 Subject: refactor: Convert ping wait time from double to int64_t --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 7cb7c485fa..975d7f15d7 100644 --- a/src/net.h +++ b/src/net.h @@ -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 -- cgit v1.2.3