aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/json_rpc.h (unfollow)
Commit message (Collapse)Author
2023-07-18json_rpc: removed unused routinesEgor Tensin
2023-07-18switch to JSON-RPC as message formatEgor Tensin
Instead of the weird `struct msg` I had, I switched to the JSON-RPC format. It's basically the same, but has a well-defined semantics in case of errors.