mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Change to Tx diffusion (Dandelion++ fluff) instead of flooding
This commit is contained in:
parent
b4e1dc83d2
commit
70c9cd3c9c
15 changed files with 280 additions and 97 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue