mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Temporarily disable relaying when not in full sync.
This commit is contained in:
@@ -288,7 +288,8 @@ void NetworkOPs::runTransactionQueue ()
|
||||
dbtx->setStatus (INVALID);
|
||||
}
|
||||
|
||||
if (didApply || (mMode != omFULL))
|
||||
// if (didApply || (mMode != omFULL))
|
||||
if (didApply)
|
||||
{
|
||||
std::set<uint64> peers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user