From 9c9258c4f80fe0c71438b474212916d533eba4cf Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 1 Aug 2018 16:05:33 +0100 Subject: [PATCH] Remove outdated comment --- src/wallet/crypter.cpp | 1 - 1 file changed, 1 deletion(-) 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) {