Remove outdated comment

This commit is contained in:
Jack Grigg
2018-08-01 16:05:33 +01:00
parent 4a89221ffc
commit 9c9258c4f8

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)
{