mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-22 16:08:29 +00:00
Fix case sensitive import on nix filesystems and reduce name length
This commit is contained in:
parent
dd18b760e5
commit
1667119f34
@ -1,4 +1,4 @@
|
||||
import ../rpcserver, nimcrypto, json, stint, strutils, ethtypes, stintjsonconverters
|
||||
import ../rpcserver, nimcrypto, json, stint, strutils, ethtypes, stintjson
|
||||
|
||||
#[
|
||||
For details on available RPC calls, see: https://github.com/ethereum/wiki/wiki/JSON-RPC
|
||||
|
@ -10,7 +10,7 @@ srv.address = "localhost"
|
||||
srv.port = Port(8546)
|
||||
|
||||
# importing ethprocs creates the server rpc calls
|
||||
import stint, ethtypes, ethprocs, stintJsonConverters
|
||||
import stint, ethtypes, ethprocs, stintjson
|
||||
# generate all client ethereum rpc calls
|
||||
createRpcSigs(sourceDir & DirSep & "ethcallsigs.nim")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user