mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-06 23:53:09 +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 unittest, json, tables
|
||||||
import ../rpcclient, ../rpcstreamservers
|
import ../rpcclient, ../rpcserver
|
||||||
import stint, ethtypes, ethprocs, stintjson, nimcrypto, ethhexstrings
|
import stint, ethtypes, ethprocs, stintjson, nimcrypto, ethhexstrings, chronicles
|
||||||
|
|
||||||
from os import getCurrentDir, DirSep
|
from os import getCurrentDir, DirSep
|
||||||
from strutils import rsplit
|
from strutils import rsplit
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import unittest, json, tables
|
import unittest, json, tables, chronicles
|
||||||
import ../rpcstreamservers
|
import ../rpcserver
|
||||||
|
|
||||||
type
|
type
|
||||||
# some nested types to check object parsing
|
# some nested types to check object parsing
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import unittest, json
|
import unittest, json, chronicles
|
||||||
import ../rpcclient, ../rpcstreamservers
|
import ../rpcclient, ../rpcserver
|
||||||
|
|
||||||
var srv = newRpcStreamServer(["localhost:8545"])
|
var srv = newRpcStreamServer(["localhost:8545"])
|
||||||
var client = newRpcClient()
|
var client = newRpcClient()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user