Add get_esk() function to Sapling note encryption.
This commit is contained in:
@@ -58,6 +58,10 @@ public:
|
||||
uint256 get_epk() const {
|
||||
return epk;
|
||||
}
|
||||
|
||||
uint256 get_esk() const {
|
||||
return esk;
|
||||
}
|
||||
};
|
||||
|
||||
// Attempts to decrypt a Sapling note. This will not check that the contents
|
||||
|
||||
Reference in New Issue
Block a user