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:
@@ -44,7 +44,7 @@ OpenLedger::empty() const
|
||||
return current_->txCount() == 0;
|
||||
}
|
||||
|
||||
std::shared_ptr<ReadView const>
|
||||
std::shared_ptr<OpenView const>
|
||||
OpenLedger::current() const
|
||||
{
|
||||
std::lock_guard<
|
||||
|
||||
Reference in New Issue
Block a user