fix mistaken identity issue with listeners

This commit is contained in:
idk
2020-09-03 21:51:25 -04:00
parent a13b920f05
commit 4c81f5f7a0

View File

@ -106,7 +106,6 @@ func (c *Client) Base32() string {
}
func (c *Client) base64() []byte {
fmt.Println("\n\nDESTINATION", c.destination, "\n\n.")
if c.destination != "" {
s, _ := i2pB64enc.DecodeString(c.destination)
alen := binary.BigEndian.Uint16(s[385:387])