Merge pull request #5475 from katokishin/patch-1

Fixed typo in comment
This commit is contained in:
Olaoluwa Osuntokun 2021-07-09 14:35:50 -07:00 committed by GitHub
commit 47732ec59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ const (
// V3DecodedLen is the length of a decoded v3 onion service.
V3DecodedLen = 35
// V3Len is the length of a v2 onion service including the ".onion"
// V3Len is the length of a v3 onion service including the ".onion"
// suffix.
V3Len = 62
)