add comment
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Brian Tiger Chow committed
Dec 16, 2014 at 23:41 UTC
9c301a2d770dc3182914b4820ff4a293823243cf
1 file changed
+2
exchange/bitswap/wantlist/wantlist.go
+2
@@ -17,6 +17,8 @@ type Wantlist struct {
17
}
18
19
type Entry struct {
20
+ // TODO consider making entries immutable so they can be shared safely and
21
+ // slices can be copied efficiently.
22
Key u.Key
23
Priority int
24
}