mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
OpenLedger::current returns OpenView const.
This commit is contained in:
@@ -91,7 +91,7 @@ Env::Env (beast::unit_test::suite& test_)
|
||||
Pathfinder::initPathTable();
|
||||
}
|
||||
|
||||
std::shared_ptr<ReadView const>
|
||||
std::shared_ptr<OpenView const>
|
||||
Env::open() const
|
||||
{
|
||||
return openLedger.current();
|
||||
|
||||
Reference in New Issue
Block a user