Change to Tx diffusion (Dandelion++ fluff) instead of flooding

This commit is contained in:
Lee Clagett 2019-10-27 22:32:04 +00:00
parent b4e1dc83d2
commit 70c9cd3c9c
15 changed files with 280 additions and 97 deletions

View file

@ -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;