mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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