mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
For now, don't relay proposals when not in full mode.
This commit is contained in:
@@ -474,8 +474,8 @@ bool NetworkOPs::recvPropose(uint32 proposeSeq, const uint256& proposeHash,
|
||||
|
||||
if (mMode != omFULL) // FIXME: Should we relay?
|
||||
{
|
||||
Log(lsWARNING) << "Received proposal when not full: " << mMode;
|
||||
return true;
|
||||
Log(lsINFO) << "Received proposal when not full: " << mMode;
|
||||
return false; // FIXME: Need suppression table
|
||||
}
|
||||
if (!mConsensus)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user