mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
wallet/rpc: add maxfeerate parameter to testmempoolaccept
This commit is contained in:
parent
6c0a6f73e3
commit
7abd2e697c
5 changed files with 32 additions and 11 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue