mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove deprecated 'accepted' parameter.
This commit is contained in:
committed by
Vinnie Falco
parent
663742e0d1
commit
bb251063fc
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user