Skip to content

Commit 55a50bd

Browse files
committed
fix: align naming
1 parent 51adfec commit 55a50bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lean_spec/types/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Uint16Vector2(SSZVector):
4646
"""The immutable data stored in the vector."""
4747

4848
@field_serializer("data", when_used="json")
49-
def _serialize_vector_data(self, value: Tuple[SSZType, ...]) -> list[Any]:
49+
def _serialize_data(self, value: Tuple[SSZType, ...]) -> list[Any]:
5050
"""Serialize vector elements to JSON, preserving custom type serialization."""
5151
from lean_spec.subspecs.koalabear import Fp
5252

0 commit comments

Comments
 (0)