We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562d467 commit 9864f6eCopy full SHA for 9864f6e
include/bitcoin/node/protocols/protocol_block_in.hpp
@@ -51,6 +51,7 @@ class BCN_API protocol_block_in
51
void start() NOEXCEPT override;
52
53
protected:
54
+ /// Squash duplicates and provide constant time retrieval.
55
using hashmap = std::unordered_set<system::hash_digest>;
56
57
struct track
0 commit comments