mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Limit changed node count
This commit is contained in:
@@ -38,4 +38,10 @@ ApplyViewImpl::apply (OpenView& to,
|
||||
items_.apply(to, tx, ter, deliver_, j);
|
||||
}
|
||||
|
||||
std::size_t
|
||||
ApplyViewImpl::size ()
|
||||
{
|
||||
return items_.size ();
|
||||
}
|
||||
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user