Merge pull request #2458

7f2f6ee1 protocol: remove hop count on block propagation (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-09-25 17:00:47 +02:00
commit 13be8115e4
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
4 changed files with 2 additions and 16 deletions

View file

@ -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;