mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-23 16:38:22 +00:00
Updated path for jsonconverters
This commit is contained in:
parent
a7e6448d3c
commit
154489a411
@ -1,4 +1,4 @@
|
||||
import asyncdispatch, asyncnet, json, tables, macros, strutils, jsonconverters, stint
|
||||
import asyncdispatch, asyncnet, json, tables, macros, strutils, ../ jsonconverters, stint
|
||||
export asyncdispatch, asyncnet, json, jsonconverters
|
||||
|
||||
type
|
||||
@ -192,3 +192,5 @@ macro rpc*(server: var RpcServer, path: string, body: untyped): untyped =
|
||||
|
||||
when defined(nimDumpRpcs):
|
||||
echo "\n", pathStr, ": ", result.repr
|
||||
|
||||
# TODO: Check supplied rpc do signatures with ethcallsigs
|
||||
|
Loading…
x
Reference in New Issue
Block a user