diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -1054,7 +1054,7 @@ " ,...\n" " ]\n" "4. \"sighashtype\" (string, optional, " - "default=ALL) The signature hash type. Must be one of\n" + "default=ALL|FORKID) The signature hash type. Must be one of\n" " \"ALL|FORKID\"\n" " \"NONE|FORKID\"\n" " \"SINGLE|FORKID\"\n" diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4031,8 +4031,8 @@ "confirmations to filter\n" "2. maxconf (numeric, optional, default=9999999) The " "maximum confirmations to filter\n" - "3. \"addresses\" (string) A json array of bitcoin addresses " - "to filter\n" + "3. \"addresses\" (string, optional) A json array of bitcoin " + "addresses to filter\n" " [\n" " \"address\" (string) bitcoin address\n" " ,...\n" @@ -4505,7 +4505,7 @@ " ,...\n" " ]\n" "3. \"sighashtype\" (string, optional, " - "default=ALL) The signature hash type. Must be one of\n" + "default=ALL|FORKID) The signature hash type. Must be one of\n" " \"ALL|FORKID\"\n" " \"NONE|FORKID\"\n" " \"SINGLE|FORKID\"\n" @@ -5377,10 +5377,6 @@ "address) The bitcoin address to receive the change\n" " \"changePosition\" (numeric, optional, default " "random) The index of the change output\n" - " \"change_type\" (string, optional) The output " - "type to use. Only valid if changeAddress is not specified. " - "Options are \"legacy\", \"p2sh-segwit\", and \"bech32\". Default " - "is set by -changetype.\n" " \"includeWatching\" (boolean, optional, default " "false) Also select inputs which are watch only\n" " \"lockUnspents\" (boolean, optional, default "