Implemented z_listaddresses to return all the zaddr in the wallet.

This commit is contained in:
Simon
2016-08-10 15:02:00 -07:00
parent 92444edc00
commit e709997ff2
3 changed files with 34 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "zcrawreceive", &zc_raw_receive, true },
{ "wallet", "zcsamplejoinsplit", &zc_sample_joinsplit, true },
{ "wallet", "z_getnewaddress", &z_getnewaddress, true },
{ "wallet", "z_listaddresses", &z_listaddresses, true },
{ "wallet", "z_exportkey", &z_exportkey, true },
{ "wallet", "z_importkey", &z_importkey, true },
{ "wallet", "z_exportwallet", &z_exportwallet, true },