mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-04 22:53: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:
|
||||
Error: undeclared identifier: 'result' for the custom procedure.
|
||||
This is because the rpc procs created by clientdispatch clash with ethprocs.
|
||||
Error: undeclared identifier: 'result' for the `myProc` RPC.
|
||||
This is because the RPC procs created by clientdispatch clash with ethprocs.
|
||||
Currently, easiest solution is to import rpcserver (and therefore generate
|
||||
ethprocs) before rpcclient.
|
||||
]#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user