You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IsOnionV2Address function comments say, "The second-to-the-right most label is a 16 character long, base32." The code actually seems to check the left-most label.
The
IsOnionV2Address
function comments say, "The second-to-the-right most label is a 16 character long, base32." The code actually seems to check the left-most label.Based on similar code in
IsOnionV3Address
, the code inIsOnionV2Address
should be updated to this:Originally posted by @mathewhodson in #677 (comment)
The text was updated successfully, but these errors were encountered: