mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +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);
|
dbtx->setStatus (INVALID);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (didApply || (mMode != omFULL))
|
// if (didApply || (mMode != omFULL))
|
||||||
|
if (didApply)
|
||||||
{
|
{
|
||||||
std::set<uint64> peers;
|
std::set<uint64> peers;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user