particl / particl-core

Particl Core integration/staging tree

Home Page:https://particl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI variables naming rules [variables with "-" instead of "_"]

AlbinCauderlier opened this issue · comments

In the CLI, some variables are named with "-" caracters. These caracters are interpreted minus by JS and some languages.
Example: In the getstakinginfo request, the variable last-search-time

It would be great to have the same naming rules for the CLI variables : Probably "_" or nothing everywhere.