emc2foundation / mil

Milevium (MIL) source tree
https://www.emc2.foundation/mil
MIT License
0 stars 10 forks source link

Mining section of mil-cli help text does not display properly #18

Open who-biz opened 1 year ago

who-biz commented 1 year ago

When sending the command help to mil-cli, the mining section appears to have some faulty code:

JSON value is not a string as expected
JSON value is not a string as expected
JSON value is not a string as expected
getblocktemplate ( TemplateRequest )
getmininginfo
getnetworkhashps ( blocks height )
prioritisetransaction <txid> <priority delta> <fee delta>
submitblock "hexdata" ( "jsonparametersobject" )

Note the JSON value is not a string as expected lines (x3)

who-biz commented 1 year ago

This also appears to happen in wallet section, with a slightly different error:

abandontransaction "txid"
addmultisigaddress nrequired ["key",...] ( "account" )
addwitnessaddress "address"
backupwallet "destination"
dumpprivkey "miladdress"
dumpwallet "filename"
encryptwallet "passphrase"
Error in formating params
JSON value is not an object as expected
getaccount "miladdress"

Lines in question are: Error in formating params & JSON value is not an object as expected