Report reindexing progress in GUI

This commit is contained in:
Pieter Wuille
2016-04-28 16:18:45 +02:00
parent d3d7547911
commit b4d24e142e
10 changed files with 82 additions and 19 deletions

View File

@@ -96,6 +96,9 @@ public:
/** New block has been accepted */
boost::signals2::signal<void (bool, const CBlockIndex *)> NotifyBlockTip;
/** Best header has changed */
boost::signals2::signal<void (bool, const CBlockIndex *)> NotifyHeaderTip;
/** Banlist did change. */
boost::signals2::signal<void (void)> BannedListChanged;
};