Create CWallet::FindMySaplingNotes()

This commit is contained in:
Simon
2018-07-28 10:09:42 -07:00
parent d4d0ec7e95
commit 78584ef794
2 changed files with 48 additions and 5 deletions

View File

@@ -1097,6 +1097,7 @@ public:
const uint256& hSig,
uint8_t n) const;
mapSproutNoteData_t FindMySproutNotes(const CTransaction& tx) const;
mapSaplingNoteData_t FindMySaplingNotes(const CTransaction& tx) const;
bool IsFromMe(const uint256& nullifier) const;
void GetSproutNoteWitnesses(
std::vector<JSOutPoint> notes,