wallet/rpc: add maxfeerate parameter to testmempoolaccept

This commit is contained in:
Karl-Johan Alm
2019-02-14 17:07:29 +09:00
parent 6c0a6f73e3
commit 7abd2e697c
5 changed files with 32 additions and 11 deletions

View File

@@ -95,6 +95,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendrawtransaction", 1, "maxfeerate" },
{ "testmempoolaccept", 0, "rawtxs" },
{ "testmempoolaccept", 1, "allowhighfees" },
{ "testmempoolaccept", 1, "maxfeerate" },
{ "combinerawtransaction", 0, "txs" },
{ "fundrawtransaction", 1, "options" },
{ "fundrawtransaction", 2, "iswitness" },