Clean up infinity signature usages (#15072)

This commit is contained in:
terence
2025-03-18 12:27:06 -07:00
committed by GitHub
parent 645328bb9e
commit 0f39857653
8 changed files with 12 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ go_library(
"execution_address.go",
"kzg.go",
"payload_id.go",
"randao.go",
"slot.go",
"sszbytes.go",
"sszuint64.go",

View File

@@ -1,3 +0,0 @@
package primitives
var PointAtInfinity = append([]byte{0xC0}, make([]byte, 95)...)