mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 06:25:49 +00:00
use proper close time on construction
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user