diff options
author | R E Broadley <rebroad+github@gmail.com> | 2016-10-14 21:11:38 +0700 |
---|---|---|
committer | R E Broadley <rebroad+github@gmail.com> | 2016-10-15 20:43:11 +0700 |
commit | 1724a405c9065f2c939e936aca9b5d37fca5e954 (patch) | |
tree | ec0a4b2adf350f1dfbef0408d9d6e3dd314c207d /src/net.h | |
parent | 8d46429c83ec3815d0c595bf541ef5557c6b4942 (diff) |
Display minimum ping in debug window.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -503,7 +503,7 @@ public: bool fWhitelisted; double dPingTime; double dPingWait; - double dPingMin; + double dMinPing; std::string addrLocal; CAddress addr; }; |