From 70c9cd3c9cd052716c309a0bd9b77009318f4131 Mon Sep 17 00:00:00 2001 From: Lee Clagett Date: Sun, 27 Oct 2019 22:32:04 +0000 Subject: Change to Tx diffusion (Dandelion++ fluff) instead of flooding --- tests/core_tests/chaingen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/core_tests') diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index bc0e61365..1594d7a08 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -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; -- cgit v1.2.3