Remove TRUST_NETWORK directive (RIPD-331)

This commit is contained in:
Miguel Portilla
2014-07-31 17:54:52 -04:00
committed by Nik Bougalis
parent 7b936de32c
commit dbe49bcd87
4 changed files with 1 additions and 33 deletions

View File

@@ -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;
}