Skip to content

Commit 43b18e0

Browse files
committed
fixed type for block_replay vm_error
1 parent f7c6f64 commit 43b18e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rpc/components/schemas/block-replay.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ properties:
7777
type: string
7878
description: transaction id
7979
vm_error:
80-
type: string
80+
type: [string, "null"]
8181
description: optional vm error (for runtime failures)

0 commit comments

Comments
 (0)