Merge pull request #77 from status-im/FixRpcImports
Change import from eth-rpc to json_rpc
This commit is contained in:
commit
3e201aab03
|
@ -6,7 +6,7 @@
|
|||
# at your option.
|
||||
# This file may not be copied, modified, or distributed except according to
|
||||
# those terms.
|
||||
import eth-rpc/server, nimcrypto
|
||||
import json_rpc/server, nimcrypto
|
||||
import ../config
|
||||
|
||||
proc setupCommonRPC*(server: RpcServer) =
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# at your option.
|
||||
# This file may not be copied, modified, or distributed except according to
|
||||
# those terms.
|
||||
import nimcrypto, eth-rpc/server, eth_p2p
|
||||
import nimcrypto, json_rpc/server, eth_p2p
|
||||
import ../config
|
||||
|
||||
proc setupP2PRPC*(server: EthereumNode, rpcsrv: RpcServer) =
|
||||
|
|
Loading…
Reference in New Issue