mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Move settxfee from rpcblockchain to rpcwallet
`settxfee` only affects the wallet, not the block chain.
This commit is contained in:
parent
16bc9aaf8a
commit
a943bde6f0
3 changed files with 26 additions and 25 deletions
|
|
@ -237,7 +237,6 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "getrawmempool", &getrawmempool, true, false, false },
|
||||
{ "getblock", &getblock, false, false, false },
|
||||
{ "getblockhash", &getblockhash, false, false, false },
|
||||
{ "settxfee", &settxfee, false, false, true },
|
||||
{ "getrawtransaction", &getrawtransaction, false, false, false },
|
||||
{ "createrawtransaction", &createrawtransaction, false, false, false },
|
||||
{ "decoderawtransaction", &decoderawtransaction, false, false, false },
|
||||
|
|
@ -294,6 +293,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "listunspent", &listunspent, false, false, true },
|
||||
{ "lockunspent", &lockunspent, false, false, true },
|
||||
{ "listlockunspent", &listlockunspent, false, false, true },
|
||||
{ "settxfee", &settxfee, false, false, true },
|
||||
|
||||
/* Wallet-enabled mining */
|
||||
{ "getgenerate", &getgenerate, true, false, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue