Rename AddZKey to include sprout

This commit is contained in:
Eirik Ogilvie-Wigley
2018-09-12 05:02:09 -06:00
parent 5e360fb29f
commit a0783bb957
4 changed files with 8 additions and 8 deletions

View File

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