Remove outdated comment

This commit is contained in:
Jack Grigg 2018-08-01 16:05:33 +01:00
parent 4a89221ffc
commit 9c9258c4f8
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ bool CCryptoKeyStore::AddCryptedSpendingKey(const libzcash::SproutPaymentAddress
return true;
}
// TODO: Handle note decryptors
bool CCryptoKeyStore::AddCryptedSaplingSpendingKey(const libzcash::SaplingFullViewingKey &fvk,
const std::vector<unsigned char> &vchCryptedSecret)
{