Temporarily disable relaying when not in full sync.

This commit is contained in:
JoelKatz
2013-07-03 09:24:18 -07:00
parent b2943d0b53
commit ab12bae17f

View File

@@ -288,7 +288,8 @@ void NetworkOPs::runTransactionQueue ()
dbtx->setStatus (INVALID); dbtx->setStatus (INVALID);
} }
if (didApply || (mMode != omFULL)) // if (didApply || (mMode != omFULL))
if (didApply)
{ {
std::set<uint64> peers; std::set<uint64> peers;