diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-11-17 12:54:39 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-03-24 11:17:08 -0400 |
commit | b55555da3e25a47f1e7fced7f09d4f0bf8198624 (patch) | |
tree | 551e618067f55d5de6d4b05623202020ce1f626b /src/rpc/client.cpp | |
parent | b43aba89e356ff95b706e80d4802f60fc46a569a (diff) |
rpc: Add testmempoolaccept
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index e12685da65..01f932dbb4 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -103,6 +103,8 @@ static const CRPCConvertParam vRPCConvertParams[] = { "signrawtransactionwithkey", 2, "prevtxs" }, { "signrawtransactionwithwallet", 1, "prevtxs" }, { "sendrawtransaction", 1, "allowhighfees" }, + { "testmempoolaccept", 0, "rawtxs" }, + { "testmempoolaccept", 1, "allowhighfees" }, { "combinerawtransaction", 0, "txs" }, { "fundrawtransaction", 1, "options" }, { "fundrawtransaction", 2, "iswitness" }, |