Initialise `ethprocs` automatically on `import rpcserver`
This commit is contained in:
parent
6b8fb96de0
commit
3999f64d92
|
@ -1,2 +1,2 @@
|
|||
import server / [servertypes, rpcconsts, serverdispatch]
|
||||
export servertypes, rpcconsts, serverdispatch
|
||||
import server / [servertypes, rpcconsts, serverdispatch, ethprocs]
|
||||
export servertypes, rpcconsts, serverdispatch, ethprocs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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.
|
||||
var srv = sharedRpcServer()
|
||||
|
|
Loading…
Reference in New Issue