Add 'DEPRECATED' to help message of zcraw* commands
This commit is contained in:
@@ -2481,8 +2481,7 @@ Value zc_raw_receive(const json_spirit::Array& params, bool fHelp)
|
|||||||
throw runtime_error(
|
throw runtime_error(
|
||||||
"zcrawreceive zcsecretkey encryptednote\n"
|
"zcrawreceive zcsecretkey encryptednote\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Scheduled for deprecation. This call will be removed in 1.0.\n"
|
"DEPRECATED. Decrypts encryptednote and checks if the coin commitments\n"
|
||||||
"Decrypts encryptednote and checks if the coin commitments\n"
|
|
||||||
"are in the blockchain as indicated by the \"exists\" result.\n"
|
"are in the blockchain as indicated by the \"exists\" result.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Output: {\n"
|
"Output: {\n"
|
||||||
@@ -2565,8 +2564,7 @@ Value zc_raw_joinsplit(const json_spirit::Array& params, bool fHelp)
|
|||||||
" inputs: a JSON object mapping {note: zcsecretkey, ...}\n"
|
" inputs: a JSON object mapping {note: zcsecretkey, ...}\n"
|
||||||
" outputs: a JSON object mapping {zcaddr: value, ...}\n"
|
" outputs: a JSON object mapping {zcaddr: value, ...}\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Scheduled for deprecation. This call will be removed in 1.0.\n"
|
"DEPRECATED. Splices a joinsplit into rawtx. Inputs are unilaterally confidential.\n"
|
||||||
"Splices a joinsplit into rawtx. Inputs are unilaterally confidential.\n"
|
|
||||||
"Outputs are confidential between sender/receiver. The vpub_old and\n"
|
"Outputs are confidential between sender/receiver. The vpub_old and\n"
|
||||||
"vpub_new values are globally public and move transparent value into\n"
|
"vpub_new values are globally public and move transparent value into\n"
|
||||||
"or out of the confidential value store, respectively.\n"
|
"or out of the confidential value store, respectively.\n"
|
||||||
@@ -2749,8 +2747,7 @@ Value zc_raw_keygen(const json_spirit::Array& params, bool fHelp)
|
|||||||
throw runtime_error(
|
throw runtime_error(
|
||||||
"zcrawkeygen\n"
|
"zcrawkeygen\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Scheduled for deprecation. This call will be removed in 1.0.\n"
|
"DEPRECATED. Generate a zcaddr which can send and receive confidential values.\n"
|
||||||
"Generate a zcaddr which can send and receive confidential values.\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"Output: {\n"
|
"Output: {\n"
|
||||||
" \"zcaddress\": zcaddr,\n"
|
" \"zcaddress\": zcaddr,\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user