Browse Source

Fixed typo in comment

Caught a typo, fixed it.
master
Kishin Kato 3 years ago committed by GitHub
parent
commit
e264e67764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tor/onionaddr.go

2
tor/onionaddr.go

@ -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
)

Loading…
Cancel
Save