Skip to content

Commit 2abc735

Browse files
committed
make eth_getAccount nullable
1 parent 8ffc721 commit 2abc735

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/eth/state.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@
9898
result:
9999
name: Account
100100
schema:
101-
$ref: '#/components/schemas/Account'
101+
oneOf:
102+
- $ref: '#/components/schemas/Account'
103+
- title: Null
104+
type: "null"
105+

0 commit comments

Comments
 (0)