Update comment to be clearer

This commit is contained in:
coffeepots 2018-05-09 16:17:33 +01:00 committed by zah
parent 6edc47fc0a
commit 34a89b6bb9

View File

@ -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.
]# ]#