Temporary workaround.

This commit is contained in:
JoelKatz
2012-12-13 16:36:20 -08:00
parent e65c390423
commit 26915da1a4

View File

@@ -331,8 +331,10 @@ void LedgerConsensus::checkOurValidation()
std::vector<unsigned char> validation = v->getSigned();
ripple::TMValidation val;
val.set_validation(&validation[0], validation.size());
#if 0
theApp->getConnectionPool().relayMessage(NULL,
boost::make_shared<PackedMessage>(val, ripple::mtVALIDATION));
#endif
theApp->getOPs().setLastValidation(v);
cLog(lsWARNING) << "Sending partial validation";
}