The RPC examples for signrawtransactionwithkey are missing the 2nd parameter.
This is a backport of PR16210
Differential D7818
Add 2nd arg to signrawtransactionwithkey examples PiRK on Oct 8 2020, 10:02. Authored by Tags None Subscribers None
Details
The RPC examples for signrawtransactionwithkey are missing the 2nd parameter. This is a backport of PR16210 ./src/bitcoin-cli help signrawtransactionwithkey must end with following examples: Examples: > bitcoin-cli signrawtransactionwithkey "myhex" "[\"key1\",\"key2\"]" > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "signrawtransactionwithkey", "params": ["myhex", "[\"key1\",\"key2\"]"] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/
Diff Detail
|