diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-06-27 15:33:01 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-27 15:33:01 -0500 |
| commit | a844844cda9a0beb62d95015f92327366d73b3a1 (patch) | |
| tree | 94f3bd7d54525a3f9262cc741078745e40b85cc5 /src/cryptonote_basic | |
| parent | 31f47d72fe62310da083eab42071da6068308f3d (diff) | |
| parent | 0e4c7d0fae398a46cdc223fc6186821b56e5a8e9 (diff) | |
| download | monzero-core-a844844cda9a0beb62d95015f92327366d73b3a1.tar.gz monzero-core-a844844cda9a0beb62d95015f92327366d73b3a1.tar.xz monzero-core-a844844cda9a0beb62d95015f92327366d73b3a1.zip | |
Merge pull request #3716
a2b557f 6795bd0 209ec96 ed2c81e a830db2 57ea902 31a895e ba8331c f7f1917 41be339 f025ae9 ef2cb63 dcfd299 5d3e702 2704624 2771a18 0e4c7d0 (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_basic')
| -rw-r--r-- | src/cryptonote_basic/connection_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_basic/connection_context.h b/src/cryptonote_basic/connection_context.h index 3f4651565..eb73ab0ea 100644 --- a/src/cryptonote_basic/connection_context.h +++ b/src/cryptonote_basic/connection_context.h @@ -52,7 +52,7 @@ namespace cryptonote }; state m_state; - std::list<crypto::hash> m_needed_objects; + std::vector<crypto::hash> m_needed_objects; std::unordered_set<crypto::hash> m_requested_objects; uint64_t m_remote_blockchain_height; uint64_t m_last_response_height; |
