Browse Source

Update Note.cpp

divzaddrs
fekt 4 months ago
parent
commit
66153946a8
  1. 4
      src/zcash/Note.cpp

4
src/zcash/Note.cpp

@ -250,7 +250,7 @@ SaplingOutCiphertext SaplingOutgoingPlaintext::encrypt(
return enc.encrypt_to_ourselves(ovk, cv, cm, pt); return enc.encrypt_to_ourselves(ovk, cv, cm, pt);
} }
std::optional<SaplingNotePlaintext> SaplingNotePlaintext::attempt_sapling_enc_decryption_deserialization( boost::optional<SaplingNotePlaintext> SaplingNotePlaintext::attempt_sapling_enc_decryption_deserialization(
const SaplingEncCiphertext &ciphertext, const SaplingEncCiphertext &ciphertext,
const uint256 &ivk, const uint256 &ivk,
const uint256 &epk const uint256 &epk
@ -277,7 +277,7 @@ std::optional<SaplingNotePlaintext> SaplingNotePlaintext::attempt_sapling_enc_de
} }
} }
std::optional<SaplingNotePlaintext> SaplingNotePlaintext::plaintext_checks_without_height( boost::optional<SaplingNotePlaintext> SaplingNotePlaintext::plaintext_checks_without_height(
const SaplingNotePlaintext &plaintext, const SaplingNotePlaintext &plaintext,
const uint256 &ivk, const uint256 &ivk,
const uint256 &epk, const uint256 &epk,

Loading…
Cancel
Save