port expired transaction notify from Zcash. Issue #110

This commit is contained in:
DenioD
2020-05-19 10:03:53 +02:00
parent 15b2e598c6
commit f3a4f77368
5 changed files with 24 additions and 3 deletions

View File

@@ -98,6 +98,9 @@ public:
/** New block has been accepted */
boost::signals2::signal<void (const uint256& hash)> NotifyBlockTip;
/** Transaction expired */
boost::signals2::signal<void (const uint256& txid)> NotifyTxExpiration;
};
extern CClientUIInterface uiInterface;