mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-23 01:38:16 +00:00
Rename to json_rpc
This commit is contained in:
parent
68d428a0a9
commit
0c98f79d9c
@ -1,5 +1,5 @@
|
||||
packageName = "eth_rpc"
|
||||
version = "0.0.1"
|
||||
packageName = "json_rpc"
|
||||
version = "0.0.2"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Ethereum remote procedure calls"
|
||||
license = "Apache License 2.0"
|
@ -1,3 +1,3 @@
|
||||
import rpc / client
|
||||
import json_rpc / client
|
||||
export client
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
import rpc / server
|
||||
import json_rpc / server
|
||||
export server
|
||||
|
Loading…
x
Reference in New Issue
Block a user