HorizenOfficial / zend_oo

This repository is archived, Zendoo is out of beta and has been included in https://github.com/HorizenOfficial/zen.
https://github.com/HorizenOfficial/zen
Other
34 stars 22 forks source link

Using spaces in keys of RPC JSON responses #166

Open cronicc opened 3 years ago

cronicc commented 3 years ago

The key values in RPC JSON commands inherited from BTC/ZEC all use camel case. We use spaces in many of the newly added commands. This is inconsistent with the style of the existing API and although it's valid JSON it can be cumbersome/problematic to use in many languages (backslash escapes or quoting needed).