Rename GenerateNewZKey to include Sprout

This commit is contained in:
Eirik Ogilvie-Wigley
2018-10-08 14:23:03 -06:00
parent c2bb0ec67f
commit 92fc29a3f4
5 changed files with 18 additions and 18 deletions

View File

@@ -1045,7 +1045,7 @@ public:
* ZKeys
*/
//! Generates a new zaddr
libzcash::PaymentAddress GenerateNewZKey();
libzcash::PaymentAddress GenerateNewSproutZKey();
//! Adds spending key to the store, and saves it to disk
bool AddSproutZKey(const libzcash::SproutSpendingKey &key);
//! Adds spending key to the store, without saving it to disk (used by LoadWallet)