Merge pull request #2458
7f2f6ee1 protocol: remove hop count on block propagation (moneromooo-monero)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user