We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c302312 commit 1e43ac0Copy full SHA for 1e43ac0
research/fakeee.nim
@@ -69,7 +69,7 @@ proc setupEngineAPI*(server: RpcServer) =
69
status: PayloadExecutionStatus.syncing))
70
71
proc eth_getBlockByNumber(
72
- quantityTag: string, fullTransactions: bool): JsonString {.raises: [SerializationError].} =
+ quantityTag: string, fullTransactions: bool): JsonString =
73
info "eth_getBlockByNumber", quantityTag, fullTransactions
74
75
return if quantityTag == "latest":
0 commit comments