mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Explain the various times.
This commit is contained in:
@@ -114,9 +114,9 @@ public:
|
|||||||
NetworkOPs(boost::asio::io_service& io_service, LedgerMaster* pLedgerMaster);
|
NetworkOPs(boost::asio::io_service& io_service, LedgerMaster* pLedgerMaster);
|
||||||
|
|
||||||
// network information
|
// network information
|
||||||
uint32 getNetworkTimeNC();
|
uint32 getNetworkTimeNC(); // Our best estimate of wall time in seconds from 1/1/2000
|
||||||
uint32 getCloseTimeNC();
|
uint32 getCloseTimeNC(); // Our best estimate of current ledger close time
|
||||||
uint32 getValidationTimeNC();
|
uint32 getValidationTimeNC(); // Use *only* to timestamp our own validation
|
||||||
void closeTimeOffset(int);
|
void closeTimeOffset(int);
|
||||||
boost::posix_time::ptime getNetworkTimePT();
|
boost::posix_time::ptime getNetworkTimePT();
|
||||||
uint32 getLedgerID(const uint256& hash);
|
uint32 getLedgerID(const uint256& hash);
|
||||||
|
|||||||
Reference in New Issue
Block a user