battlmonstr 404e395bb4
p2p: fix peer ID serialization (#7495)
The peer ID in sentry.proto is a H512 / 64 bytes value, and
MarshalPubkey creates it from a public key.

There's no need to cut the first byte, because MarshalPubkey already
does it.
Doing so results in a 63 bytes value that is incompatible with silkworm
sentry.
2023-05-11 17:19:47 +01:00
..
2023-05-05 13:59:59 +07:00
2022-08-10 19:04:13 +07:00
2022-08-25 09:08:56 +07:00
2022-08-10 19:04:13 +07:00
2022-08-17 12:18:19 +07:00
2022-08-10 19:04:13 +07:00
2021-07-29 17:27:46 +07:00
2022-08-10 19:04:13 +07:00
2021-05-20 19:25:53 +01:00