[Qt] Support for abandoned/abandoning transactions

This commit is contained in:
Jonas Schnelli
2016-03-17 17:54:54 +01:00
committed by lateminer
parent ae1775b6ae
commit db7da64904
12 changed files with 75 additions and 9 deletions

View File

@@ -203,6 +203,9 @@ public:
bool hdEnabled() const;
bool transactionCanBeAbandoned(uint256 hash) const;
bool abandonTransaction(uint256 hash) const;
private:
CWallet *wallet;
bool fHaveWatchOnly;