Add transactions to wallet if we spend notes in them

This commit is contained in:
Jack Grigg
2016-08-31 18:28:00 +12:00
parent 38a6e7a74d
commit 1551db870a
3 changed files with 52 additions and 1 deletions

View File

@@ -795,6 +795,7 @@ public:
std::set<CTxDestination> GetAccountAddresses(std::string strAccount) const;
mapNoteData_t FindMyNotes(const CTransaction& tx) const;
bool IsFromMe(const uint256& nullifier) const;
void GetNoteWitnesses(
std::vector<JSOutPoint> notes,
std::vector<boost::optional<ZCIncrementalWitness>>& witnesses,