Enabled recognition of time locked transactions as watch only or spendable, depending on time

This commit is contained in:
miketout
2018-05-02 22:20:03 -07:00
parent 48d800c2c6
commit 90e7502158
5 changed files with 26 additions and 10 deletions

View File

@@ -1055,7 +1055,8 @@ public:
CAmount GetCredit(const CTxOut& txout, const isminefilter& filter) const;
bool IsChange(const CTxOut& txout) const;
CAmount GetChange(const CTxOut& txout) const;
bool IsMine(const CTransaction& tx) const;
bool IsMine(const CTransaction& tx);
bool IsMineOrWatch(const CTransaction& tx);
/** should probably be renamed to IsRelevantToMe */
bool IsFromMe(const CTransaction& tx) const;
CAmount GetDebit(const CTransaction& tx, const isminefilter& filter) const;