mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove TRUST_NETWORK directive (RIPD-331)
This commit is contained in:
committed by
Nik Bougalis
parent
7b936de32c
commit
dbe49bcd87
@@ -783,9 +783,6 @@ bool InboundLedger::takeHeader (const std::string& data)
|
||||
if (m_journal.warning) m_journal.warning <<
|
||||
mLedger->getHash () << "!=" << mHash;
|
||||
mLedger.reset ();
|
||||
#ifdef TRUST_NETWORK
|
||||
assert (false);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user