Browse Source

Remove outdated comment

pull/4/head
Jack Grigg 6 years ago
parent
commit
9c9258c4f8
No known key found for this signature in database GPG Key ID: 1B8D649257DB0829
  1. 1
      src/wallet/crypter.cpp

1
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<unsigned char> &vchCryptedSecret)
{

Loading…
Cancel
Save