mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 15:35:49 +00:00
fix for non-deterministic time bug found on testnet
This commit is contained in:
@@ -5838,7 +5838,7 @@ public:
|
||||
std::chrono::duration_cast<std::chrono::seconds>
|
||||
(
|
||||
env.app().getLedgerMaster()
|
||||
.getValidatedLedger()->info()
|
||||
.getCurrentLedger()->info()
|
||||
.parentCloseTime
|
||||
.time_since_epoch()
|
||||
).count();
|
||||
|
||||
Reference in New Issue
Block a user