Add modify function to OpenLedger::accept

This commit is contained in:
Vinnie Falco
2015-07-09 16:19:11 -07:00
committed by Edward Hennis
parent 6700e44793
commit 656a6c5eb5
5 changed files with 40 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ public:
// ledger close times have a dynamic resolution depending on network
// conditions it appears the resolution in test is 10 seconds
env.close (tp);
env.close (tp, {});
NetClock::time_point const pct (
std::chrono::seconds (env.open ()->info ().parentCloseTime));