mirror of
https://github.com/monero-project/monero.git
synced 2025-08-17 16:30:25 -04:00
Dandelion++: skip desynced peers in stem phase
This commit is contained in:
parent
3cbb44a2fd
commit
a12a8174e0
9 changed files with 78 additions and 64 deletions
|
@ -2538,7 +2538,7 @@ skip:
|
|||
local mempool before doing the relay. The code was already updating the
|
||||
DB twice on received transactions - it is difficult to workaround this
|
||||
due to the internal design. */
|
||||
return m_p2p->send_txs(std::move(arg.txs), zone, source, m_core, tx_relay) != epee::net_utils::zone::invalid;
|
||||
return m_p2p->send_txs(std::move(arg.txs), zone, source, tx_relay) != epee::net_utils::zone::invalid;
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
template<class t_core>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue