diff --git a/src/wallet/crypter.cpp b/src/wallet/crypter.cpp index 272d3a5e4..ea4accf7f 100644 --- a/src/wallet/crypter.cpp +++ b/src/wallet/crypter.cpp @@ -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 &vchCryptedSecret) {