mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-24 02:08:28 +00:00
Updating paths
This commit is contained in:
parent
5e624d0207
commit
33f0786a0d
@ -1,3 +1,3 @@
|
||||
import client / clientdispatch
|
||||
import eth-rpc / client / clientdispatch
|
||||
export clientdispatch
|
||||
|
||||
|
@ -1,2 +1,6 @@
|
||||
import server / [servertypes, rpcconsts, serverdispatch, ethprocs]
|
||||
import
|
||||
eth-rpc / server / servertypes,
|
||||
eth-rpc / server / rpcconsts,
|
||||
eth-rpc / server / serverdispatch,
|
||||
eth-rpc / server / ethprocs
|
||||
export servertypes, rpcconsts, serverdispatch, ethprocs
|
||||
|
Loading…
x
Reference in New Issue
Block a user