Browse Source

Update Note.hpp

divzaddrs
fekt 3 months ago
parent
commit
4e4643fa5c
  1. 4
      src/zcash/Note.hpp

4
src/zcash/Note.hpp

@ -85,14 +85,14 @@ public:
const uint256 &cmu
);
static std::optional<SaplingNotePlaintext> plaintext_checks_without_height(
static boost::optional<SaplingNotePlaintext> plaintext_checks_without_height(
const SaplingNotePlaintext &plaintext,
const uint256 &ivk,
const uint256 &epk,
const uint256 &cmu
);
static std::optional<SaplingNotePlaintext> attempt_sapling_enc_decryption_deserialization(
static boost::optional<SaplingNotePlaintext> attempt_sapling_enc_decryption_deserialization(
const SaplingEncCiphertext &ciphertext,
const uint256 &ivk,
const uint256 &epk

Loading…
Cancel
Save