Browse Source

Update Note.cpp

asyncnotedecryption
fekt 3 months ago
parent
commit
d9a1d45981
  1. 4
      src/zcash/Note.cpp

4
src/zcash/Note.cpp

@ -116,6 +116,8 @@ boost::optional<SaplingOutgoingPlaintext> SaplingOutgoingPlaintext::decrypt(
}
boost::optional<SaplingNotePlaintext> SaplingNotePlaintext::decrypt(
const Consensus::Params& params,
int height,
const SaplingEncCiphertext &ciphertext,
const uint256 &ivk,
const uint256 &epk,
@ -165,6 +167,8 @@ boost::optional<SaplingNotePlaintext> SaplingNotePlaintext::decrypt(
}
boost::optional<SaplingNotePlaintext> SaplingNotePlaintext::decrypt(
const Consensus::Params& params,
int height,
const SaplingEncCiphertext &ciphertext,
const uint256 &epk,
const uint256 &esk,

Loading…
Cancel
Save