mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
change peekNodes() to getNodes()
This commit is contained in:
@@ -191,7 +191,7 @@ SubscriptionManager::pubTransaction(
|
||||
|
||||
std::unordered_set<ripple::Book> alreadySent;
|
||||
|
||||
for (auto const& node : meta->peekNodes())
|
||||
for (auto const& node : meta->getNodes())
|
||||
{
|
||||
if (!node.isFieldPresent(ripple::sfLedgerEntryType))
|
||||
assert(false);
|
||||
|
||||
Reference in New Issue
Block a user