mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add importpubkey method to import a watch-only pubkey
This commit is contained in:
parent
907a425aa5
commit
a1d7df3236
4 changed files with 60 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "wallet", "importprivkey", &importprivkey, true },
|
||||
{ "wallet", "importwallet", &importwallet, true },
|
||||
{ "wallet", "importaddress", &importaddress, true },
|
||||
{ "wallet", "importpubkey", &importpubkey, true },
|
||||
{ "wallet", "keypoolrefill", &keypoolrefill, true },
|
||||
{ "wallet", "listaccounts", &listaccounts, false },
|
||||
{ "wallet", "listaddressgroupings", &listaddressgroupings, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue