diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-01-24 20:06:34 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-01-24 20:06:34 -0800 |
| commit | d1b08c00cfa3e0a34baf329290ec5ada683ca845 (patch) | |
| tree | 225f8037c9e89e8f2d71efa1ea4b2bb16b268221 /tests/core_tests | |
| parent | 5558919e56b023881b80176338e340a167b24a93 (diff) | |
| parent | 70c9cd3c9cd052716c309a0bd9b77009318f4131 (diff) | |
| download | monzero-core-d1b08c00cfa3e0a34baf329290ec5ada683ca845.tar.gz monzero-core-d1b08c00cfa3e0a34baf329290ec5ada683ca845.tar.xz monzero-core-d1b08c00cfa3e0a34baf329290ec5ada683ca845.zip | |
Merge pull request #6146
70c9cd3c Change to Tx diffusion (Dandelion++ fluff) instead of flooding (Lee Clagett)
Diffstat (limited to 'tests/core_tests')
| -rw-r--r-- | tests/core_tests/chaingen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index 12effffcf..80ce7404b 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -517,7 +517,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) { } @@ -550,7 +550,7 @@ public: } else { - m_tx_relay = cryptonote::relay_method::flood; + m_tx_relay = cryptonote::relay_method::fluff; } return true; |
