mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Install upper_bound in ReadView:
* And use it in doLedgerData.
This commit is contained in:
committed by
Edward Hennis
parent
849e1ce5f4
commit
83830ef9c0
@@ -178,6 +178,13 @@ OpenView::slesEnd() const ->
|
||||
return items_.slesEnd(*base_);
|
||||
}
|
||||
|
||||
auto
|
||||
OpenView::slesUpperBound(uint256 const& key) const ->
|
||||
std::unique_ptr<sles_type::iter_base>
|
||||
{
|
||||
return items_.slesUpperBound(*base_, key);
|
||||
}
|
||||
|
||||
auto
|
||||
OpenView::txsBegin() const ->
|
||||
std::unique_ptr<txs_type::iter_base>
|
||||
|
||||
Reference in New Issue
Block a user