use proper close time on construction

This commit is contained in:
Richard Holland
2025-04-01 12:12:42 +11:00
parent 10b5507edd
commit 58eb1b53f6

View File

@@ -1026,7 +1026,7 @@ doCatalogueLoad(RPC::JsonContext& context)
// Base ledger - create a fresh one
ledger = std::make_shared<Ledger>(
info.seq,
context.app.timeKeeper().closeTime(),
info.closeTime,
context.app.config(),
context.app.getNodeFamily());