remove unused types from datatypes/bellatrix and capella (#4366)

This commit is contained in:
tersec 2022-11-28 16:30:38 +00:00 committed by GitHub
parent c941dc801f
commit cf58fa9573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -349,12 +349,6 @@ type
parentHash*: string
timestamp*: string
BoolReturnValidRPC = object
valid*: bool
BoolReturnSuccessRPC = object
success*: bool
func fromHex*(T: typedesc[BloomLogs], s: string): T {.
raises: [Defect, ValueError].} =
hexToByteArray(s, result.data)

View File

@ -360,12 +360,6 @@ type
parentHash*: string
timestamp*: string
BoolReturnValidRPC = object
valid*: bool
BoolReturnSuccessRPC = object
success*: bool
func shortLog*(v: SomeBeaconBlock): auto =
(
slot: shortLog(v.slot),