Rename sprout specific methods
This commit is contained in:
committed by
Simon
parent
45de2eda07
commit
8e8279e728
@@ -513,7 +513,7 @@ public:
|
||||
MarkDirty();
|
||||
}
|
||||
|
||||
void SetNoteData(mapSproutNoteData_t ¬eData);
|
||||
void SetSproutNoteData(mapSproutNoteData_t ¬eData);
|
||||
|
||||
//! filter decides which addresses will count towards the debit
|
||||
CAmount GetDebit(const isminefilter& filter) const;
|
||||
@@ -1074,7 +1074,7 @@ public:
|
||||
uint8_t n) const;
|
||||
mapSproutNoteData_t FindMyNotes(const CTransaction& tx) const;
|
||||
bool IsFromMe(const uint256& nullifier) const;
|
||||
void GetNoteWitnesses(
|
||||
void GetSproutNoteWitnesses(
|
||||
std::vector<JSOutPoint> notes,
|
||||
std::vector<boost::optional<ZCIncrementalWitness>>& witnesses,
|
||||
uint256 &final_anchor);
|
||||
|
||||
Reference in New Issue
Block a user