diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-01-24 16:25:28 -0500 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2019-02-04 10:26:46 -0500 |
commit | 851380ce177bccf0d608fa8017a383f2ac273dc1 (patch) | |
tree | c66f852652daf3f0ca6bcab9463f09a7bed058a8 /src/rpc/client.cpp | |
parent | ebc6542d982c5fb7ad965ce3b365800a44e0e635 (diff) |
remove deprecated mentions of signrawtransaction from fundraw help
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 6f1bfb03d1..f95e22574c 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -89,8 +89,6 @@ static const CRPCConvertParam vRPCConvertParams[] = { "createrawtransaction", 2, "locktime" }, { "createrawtransaction", 3, "replaceable" }, { "decoderawtransaction", 1, "iswitness" }, - { "signrawtransaction", 1, "prevtxs" }, - { "signrawtransaction", 2, "privkeys" }, { "signrawtransactionwithkey", 1, "privkeys" }, { "signrawtransactionwithkey", 2, "prevtxs" }, { "signrawtransactionwithwallet", 1, "prevtxs" }, |