From 95e3b5ece78eb4e47ab5a02993f6811ced99077b Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 24 Nov 2012 09:26:26 -0800 Subject: [PATCH] Explain the various times. --- src/cpp/ripple/NetworkOPs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpp/ripple/NetworkOPs.h b/src/cpp/ripple/NetworkOPs.h index 7dc00bcb85..3878689dd8 100644 --- a/src/cpp/ripple/NetworkOPs.h +++ b/src/cpp/ripple/NetworkOPs.h @@ -114,9 +114,9 @@ public: NetworkOPs(boost::asio::io_service& io_service, LedgerMaster* pLedgerMaster); // network information - uint32 getNetworkTimeNC(); - uint32 getCloseTimeNC(); - uint32 getValidationTimeNC(); + uint32 getNetworkTimeNC(); // Our best estimate of wall time in seconds from 1/1/2000 + uint32 getCloseTimeNC(); // Our best estimate of current ledger close time + uint32 getValidationTimeNC(); // Use *only* to timestamp our own validation void closeTimeOffset(int); boost::posix_time::ptime getNetworkTimePT(); uint32 getLedgerID(const uint256& hash);