unknown command in "help"

+1 vote
I ran a few tests when all of the sudden my wrapper library kept crashing for some sort of reason.

I eventually found out what the problem was. The following 4 commands give an "unknown command" error when they are put in the "help" command:

addmultisigaddressaccount
walletlock
walletpassphrase
walletpassphrasechange

Are these not documented yet or something?
asked Mar 23, 2018 by anonymous

1 Answer

+1 vote
 
Best answer

Thanks for bringing this to our attention. These commands work fine but they do indeed seem excluded from the help documentation. We'll fix this in the next maintenance release.

answered Mar 25, 2018 by MultiChain
I noticed something else.
When I run help (appendrawdata) the 'create-new-stream' object contains the following row:
"open" : true|false             (string,optional, default: false) If true, anyone can publish
open being a string, is that correct?
...