Change to Tx diffusion (Dandelion++ fluff) instead of flooding
This commit is contained in:
@@ -511,7 +511,7 @@ public:
|
||||
, m_events(events)
|
||||
, m_validator(validator)
|
||||
, m_ev_index(0)
|
||||
, m_tx_relay(cryptonote::relay_method::flood)
|
||||
, m_tx_relay(cryptonote::relay_method::fluff)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -544,7 +544,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
m_tx_relay = cryptonote::relay_method::flood;
|
||||
m_tx_relay = cryptonote::relay_method::fluff;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user