diff --git a/src/zcash/Note.hpp b/src/zcash/Note.hpp index 71d86c9e5..64183ab54 100644 --- a/src/zcash/Note.hpp +++ b/src/zcash/Note.hpp @@ -64,7 +64,11 @@ typedef std::pair SaplingNotePlaint class SaplingNotePlaintext : public BaseNotePlaintext { public: diversifier_t d; - uint256 rcm; + uint256 rcm() const; + uint256 generate_or_derive_esk() const; + unsigned char get_leadbyte() const { + return leadbyte; + } SaplingNotePlaintext() {}