File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
beacon_chain/spec/eth2_apis Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -189,4 +189,4 @@ proc getHistoricalSummariesV1*(
189
189
raise
190
190
(ref RestResponseError)(msg: msg, status: error.code, message: error.message)
191
191
else :
192
- raiseRestResponseError(resp)
192
+ raiseRestResponseError(resp)
Original file line number Diff line number Diff line change @@ -1199,14 +1199,11 @@ template withForkyHistoricalSummariesWithProof*(
1199
1199
template forkySummaries: untyped {.inject, used.} = x.capellaData
1200
1200
body
1201
1201
of ConsensusFork.Bellatrix:
1202
- const consensusFork {.inject, used.} = ConsensusFork.Deneb
1203
- template forkySummaries: untyped {.inject, used.} = GetHistoricalSummariesV1Response()
1202
+ const consensusFork {.inject, used.} = ConsensusFork.Bellatrix
1204
1203
body
1205
1204
of ConsensusFork.Altair:
1206
1205
const consensusFork {.inject, used.} = ConsensusFork.Altair
1207
- template forkySummaries: untyped {.inject, used.} = GetHistoricalSummariesV1Response()
1208
1206
body
1209
1207
of ConsensusFork.Phase0:
1210
1208
const consensusFork {.inject, used.} = ConsensusFork.Phase0
1211
- template forkySummaries: untyped {.inject, used.} = GetHistoricalSummariesV1Response()
1212
1209
body
You can’t perform that action at this time.
0 commit comments