mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
remove deprecated mentions of signrawtransaction from fundraw help
This commit is contained in:
@@ -62,7 +62,7 @@ static void SetupBitcoinTxArgs()
|
||||
"This command requires JSON registers:"
|
||||
"prevtxs=JSON object, "
|
||||
"privatekeys=JSON object. "
|
||||
"See signrawtransaction docs for format of sighash flags, JSON objects.", false, OptionsCategory::COMMANDS);
|
||||
"See signrawtransactionwithkey docs for format of sighash flags, JSON objects.", false, OptionsCategory::COMMANDS);
|
||||
|
||||
gArgs.AddArg("load=NAME:FILENAME", "Load JSON file FILENAME into register NAME", false, OptionsCategory::REGISTER_COMMANDS);
|
||||
gArgs.AddArg("set=NAME:JSON-STRING", "Set register NAME to given JSON-STRING", false, OptionsCategory::REGISTER_COMMANDS);
|
||||
|
||||
Reference in New Issue
Block a user