mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-04 22:53:07 +00:00
Updated paths to use rpcserver now that streamservers are in there
This commit is contained in:
parent
28ce222e23
commit
8d1174b136
@ -1,6 +1,6 @@
|
||||
import unittest, json, tables
|
||||
import ../rpcclient, ../rpcstreamservers
|
||||
import stint, ethtypes, ethprocs, stintjson, nimcrypto, ethhexstrings
|
||||
import ../rpcclient, ../rpcserver
|
||||
import stint, ethtypes, ethprocs, stintjson, nimcrypto, ethhexstrings, chronicles
|
||||
|
||||
from os import getCurrentDir, DirSep
|
||||
from strutils import rsplit
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import unittest, json, tables
|
||||
import ../rpcstreamservers
|
||||
import unittest, json, tables, chronicles
|
||||
import ../rpcserver
|
||||
|
||||
type
|
||||
# some nested types to check object parsing
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import unittest, json
|
||||
import ../rpcclient, ../rpcstreamservers
|
||||
import unittest, json, chronicles
|
||||
import ../rpcclient, ../rpcserver
|
||||
|
||||
var srv = newRpcStreamServer(["localhost:8545"])
|
||||
var client = newRpcClient()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user