fix: we dont need to send the network id

This commit is contained in:
Derrick Hammer 2024-01-07 21:41:17 -05:00
parent 102f147ec4
commit 12d8d1371a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@ func (m HandshakeDone) EncodeMsgpack(enc *msgpack.Encoder) error {
return err
}
err = enc.EncodeString(m.networkId)
if err != nil {
return err
}
err = enc.EncodeInt(int64(m.supportedFeatures))
if err != nil {
return err