mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-07 16:13:07 +00:00
Update comment to be clearer
This commit is contained in:
parent
6edc47fc0a
commit
34a89b6bb9
@ -2,8 +2,8 @@ import ../ rpcserver, ../ rpcclient, unittest, asyncdispatch, json, tables
|
|||||||
|
|
||||||
#[
|
#[
|
||||||
TODO: Importing client before server causes the error:
|
TODO: Importing client before server causes the error:
|
||||||
Error: undeclared identifier: 'result' for the custom procedure.
|
Error: undeclared identifier: 'result' for the `myProc` RPC.
|
||||||
This is because the rpc procs created by clientdispatch clash with ethprocs.
|
This is because the RPC procs created by clientdispatch clash with ethprocs.
|
||||||
Currently, easiest solution is to import rpcserver (and therefore generate
|
Currently, easiest solution is to import rpcserver (and therefore generate
|
||||||
ethprocs) before rpcclient.
|
ethprocs) before rpcclient.
|
||||||
]#
|
]#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user