Skip to content

Commit 9864f6e

Browse files
committed
Comment.
1 parent 562d467 commit 9864f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/bitcoin/node/protocols/protocol_block_in.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class BCN_API protocol_block_in
5151
void start() NOEXCEPT override;
5252

5353
protected:
54+
/// Squash duplicates and provide constant time retrieval.
5455
using hashmap = std::unordered_set<system::hash_digest>;
5556

5657
struct track

0 commit comments

Comments
 (0)