rpc: Document that DEFAULT is for Taproot, ALL for everything else

This commit is contained in:
Andrew Chow
2021-11-19 13:13:27 -05:00
parent d3992669df
commit c0405ee27f
2 changed files with 3 additions and 3 deletions

View File

@@ -785,7 +785,7 @@ static RPCHelpMan signrawtransactionwithkey()
},
},
},
{"sighashtype", RPCArg::Type::STR, RPCArg::Default{"DEFAULT"}, "The signature hash type. Must be one of:\n"
{"sighashtype", RPCArg::Type::STR, RPCArg::Default{"DEFAULT for Taproot, ALL otherwise"}, "The signature hash type. Must be one of:\n"
" \"DEFAULT\"\n"
" \"ALL\"\n"
" \"NONE\"\n"