mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge pull request #2592 from sipa/dumpwallet
Add dumpwallet and importwallet RPC commands
This commit is contained in:
commit
ee4949794b
8 changed files with 295 additions and 18 deletions
|
|
@ -243,7 +243,9 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "submitblock", &submitblock, false, false },
|
||||
{ "listsinceblock", &listsinceblock, false, false },
|
||||
{ "dumpprivkey", &dumpprivkey, true, false },
|
||||
{ "dumpwallet", &dumpwallet, true, false },
|
||||
{ "importprivkey", &importprivkey, false, false },
|
||||
{ "importwallet", &importwallet, false, false },
|
||||
{ "listunspent", &listunspent, false, false },
|
||||
{ "getrawtransaction", &getrawtransaction, false, false },
|
||||
{ "createrawtransaction", &createrawtransaction, false, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue