mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 07:50:33 -04:00
Merge pull request #2458
7f2f6ee1
protocol: remove hop count on block propagation (moneromooo-monero)
This commit is contained in:
commit
13be8115e4
4 changed files with 2 additions and 16 deletions
|
@ -1040,7 +1040,6 @@ namespace cryptonote
|
|||
{
|
||||
cryptonote_connection_context exclude_context = boost::value_initialized<cryptonote_connection_context>();
|
||||
NOTIFY_NEW_BLOCK::request arg = AUTO_VAL_INIT(arg);
|
||||
arg.hop = 0;
|
||||
arg.current_blockchain_height = m_blockchain_storage.get_current_blockchain_height();
|
||||
std::list<crypto::hash> missed_txs;
|
||||
std::list<cryptonote::blobdata> txs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue