les: fix pubkey index typo (#18093)
This commit is contained in:
parent
9a000601c6
commit
b8a2ac3fcf
@ -683,7 +683,7 @@ func (e *poolEntry) DecodeRLP(s *rlp.Stream) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func encodePubkey64(pub *ecdsa.PublicKey) []byte {
|
func encodePubkey64(pub *ecdsa.PublicKey) []byte {
|
||||||
return crypto.FromECDSAPub(pub)[:1]
|
return crypto.FromECDSAPub(pub)[1:]
|
||||||
}
|
}
|
||||||
|
|
||||||
func decodePubkey64(b []byte) (*ecdsa.PublicKey, error) {
|
func decodePubkey64(b []byte) (*ecdsa.PublicKey, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user