We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b48ab + a5e685b commit 1c49942Copy full SHA for 1c49942
src/netbase.cpp
@@ -864,7 +864,7 @@ std::vector<unsigned char> CNetAddr::GetGroup() const
864
nBits = 4;
865
}
866
// for he.net, use /36 groups
867
- else if (GetByte(15) == 0x20 && GetByte(14) == 0x11 && GetByte(13) == 0x04 && GetByte(12) == 0x70)
+ else if (GetByte(15) == 0x20 && GetByte(14) == 0x01 && GetByte(13) == 0x04 && GetByte(12) == 0x70)
868
nBits = 36;
869
// for the rest of the IPv6 network, use /32 groups
870
else
0 commit comments