Limit changed node count

This commit is contained in:
JoelKatz
2015-09-07 08:57:02 -07:00
committed by Nik Bougalis
parent 91eee1a42d
commit 88f885f2e7
10 changed files with 56 additions and 1 deletions

View File

@@ -38,4 +38,10 @@ ApplyViewImpl::apply (OpenView& to,
items_.apply(to, tx, ter, deliver_, j);
}
std::size_t
ApplyViewImpl::size ()
{
return items_.size ();
}
} // ripple