mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-24 08:58:18 +00:00
Initialise ethprocs
automatically on import rpcserver
This commit is contained in:
parent
7e790b2a48
commit
f15a48b1c2
@ -1,2 +1,2 @@
|
|||||||
import server / [servertypes, rpcconsts, serverdispatch]
|
import server / [servertypes, rpcconsts, serverdispatch, ethprocs]
|
||||||
export servertypes, rpcconsts, serverdispatch
|
export servertypes, rpcconsts, serverdispatch, ethprocs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import ../eth-rpc / rpcclient, ../eth-rpc / rpcserver,
|
import ../eth-rpc / rpcclient, ../eth-rpc / rpcserver,
|
||||||
asyncdispatch, json, unittest, tables, ../eth-rpc / server / ethprocs
|
asyncdispatch, json, unittest, tables
|
||||||
|
|
||||||
# TODO: dummy implementations of RPC calls handled in async fashion.
|
# TODO: dummy implementations of RPC calls handled in async fashion.
|
||||||
var srv = sharedRpcServer()
|
var srv = sharedRpcServer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user