diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-25 17:00:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-25 17:00:47 +0200 |
commit | 13be8115e4c4fe17cdab517680649b49277c5d7e (patch) | |
tree | dbfa891f9b4bc353bc89085d63d8df06b9f8ab29 /src/cryptonote_core | |
parent | Merge pull request #2457 (diff) | |
parent | protocol: remove hop count on block propagation (diff) | |
download | monero-13be8115e4c4fe17cdab517680649b49277c5d7e.tar.xz |
Merge pull request #2458
7f2f6ee1 protocol: remove hop count on block propagation (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 14e37d580..7c6dc7153 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -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; |