Remove deprecated 'accepted' parameter.

This commit is contained in:
Tom Ritchford
2015-07-16 13:57:10 -04:00
committed by Vinnie Falco
parent 663742e0d1
commit bb251063fc
4 changed files with 3 additions and 12 deletions

View File

@@ -297,8 +297,8 @@ public:
void pushLedger (Ledger::pointer newLCL, Ledger::pointer newOL)
{
assert (! newLCL->info().open && newLCL->info().accepted);
assert (newOL->info().open && !newOL->info().accepted);
assert (! newLCL->info().open);
assert (newOL->info().open);
{
ScopedLockType ml (m_mutex);