Skip to content

Commit bbf817f

Browse files
author
Micah Zoltu
authored
Minor cleanup to EthSimulateResult (#677)
Just removes an unnecessary layer of indirection.
1 parent ae22549 commit bbf817f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/schemas/execute.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ Withdrawal:
167167
title: Amount
168168
$ref: '#/components/schemas/uint64'
169169
EthSimulateResult:
170-
title: Full results of eth_simulate
171-
$ref: '#/components/schemas/EthSimulateBlockResultSuccess'
172-
EthSimulateBlockResultSuccess:
173170
title: Full results of eth_simulate
174171
type: array
175172
items:

0 commit comments

Comments
 (0)