diff options
Diffstat (limited to 'src/ui_interface.h')
| -rw-r--r-- | src/ui_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index 32a92a4b8..34ac7bf3b 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -94,7 +94,7 @@ public: boost::signals2::signal<void (const std::string &title, int nProgress)> ShowProgress; /** New block has been accepted */ - boost::signals2::signal<void (const uint256& hash)> NotifyBlockTip; + boost::signals2::signal<void (const uint256& hash, const int nHeight)> NotifyBlockTip; }; extern CClientUIInterface uiInterface; |