From 01e464a3ee985a4b1d8f03c6789faf0f437524f6 Mon Sep 17 00:00:00 2001 From: fekt Date: Tue, 27 Feb 2024 00:15:25 -0500 Subject: [PATCH] Update Note.hpp --- src/zcash/Note.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcash/Note.hpp b/src/zcash/Note.hpp index 7c5084eb9..1d9aa47d1 100644 --- a/src/zcash/Note.hpp +++ b/src/zcash/Note.hpp @@ -66,7 +66,7 @@ private: unsigned char leadbyte; public: diversifier_t d; - uint256 rcm() const; + uint256 rcm; uint256 generate_or_derive_esk() const; unsigned char get_leadbyte() const { return leadbyte;