Skip to content

Commit 1e43ac0

Browse files
committed
oops
1 parent c302312 commit 1e43ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/fakeee.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ proc setupEngineAPI*(server: RpcServer) =
6969
status: PayloadExecutionStatus.syncing))
7070

7171
proc eth_getBlockByNumber(
72-
quantityTag: string, fullTransactions: bool): JsonString {.raises: [SerializationError].} =
72+
quantityTag: string, fullTransactions: bool): JsonString =
7373
info "eth_getBlockByNumber", quantityTag, fullTransactions
7474

7575
return if quantityTag == "latest":

0 commit comments

Comments
 (0)