remove unused types from datatypes/bellatrix and capella (#4366)
This commit is contained in:
parent
c941dc801f
commit
cf58fa9573
|
@ -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)
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue