aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/enums/dht_block_type.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/enums/dht_block_type.go')
-rw-r--r--src/gnunet/enums/dht_block_type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet/enums/dht_block_type.go b/src/gnunet/enums/dht_block_type.go
index beb52dc..db2ffe9 100644
--- a/src/gnunet/enums/dht_block_type.go
+++ b/src/gnunet/enums/dht_block_type.go
@@ -3,7 +3,7 @@
3//nolint:stylecheck // allow non-camel-case for constants 3//nolint:stylecheck // allow non-camel-case for constants
4package enums 4package enums
5 5
6type BlockType uint16 6type BlockType uint32
7 7
8// DHT block types 8// DHT block types
9const ( 9const (