mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 11:30:44 +01:00
Merge #7551: Add importmulti RPC call
215cabaAdd consistency check to RPC call importmulti (Pedro Branco)cb08fdbAdd importmulti rpc call (Pedro Branco)
This commit is contained in:
@@ -95,6 +95,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "importaddress", 2 },
|
||||
{ "importaddress", 3 },
|
||||
{ "importpubkey", 2 },
|
||||
{ "importmulti", 0 },
|
||||
{ "importmulti", 1 },
|
||||
{ "verifychain", 0 },
|
||||
{ "verifychain", 1 },
|
||||
{ "keypoolrefill", 0 },
|
||||
|
||||
Reference in New Issue
Block a user