Implemented RPC calls z_importkey, z_exportkey, z_getnewaddress.
Modified RPC calls dumpwallet and importwallet to include spending keys.
This commit is contained in:
@@ -97,7 +97,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "zcrawjoinsplit", 4 },
|
||||
{ "zcbenchmark", 1 },
|
||||
{ "zcbenchmark", 2 },
|
||||
{ "getblocksubsidy", 0}
|
||||
{ "getblocksubsidy", 0},
|
||||
{ "z_importkey", 1 }
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
||||
Reference in New Issue
Block a user