mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
detach wallet from miner
This commit is contained in:
parent
da77a6f761
commit
d0fc10a844
9 changed files with 61 additions and 61 deletions
|
|
@ -306,12 +306,10 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "mining", "prioritisetransaction", &prioritisetransaction, true },
|
||||
{ "mining", "submitblock", &submitblock, true },
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
/* Coin generation */
|
||||
{ "generating", "getgenerate", &getgenerate, true },
|
||||
{ "generating", "setgenerate", &setgenerate, true },
|
||||
{ "generating", "generate", &generate, true },
|
||||
#endif
|
||||
|
||||
/* Raw transactions */
|
||||
{ "rawtransactions", "createrawtransaction", &createrawtransaction, true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue