| 660 | ::uiInterface.ShowProgress(title, progress, resume_possible); |
| 661 | } |
| 662 | std::unique_ptr<Handler> handleNotifications(std::shared_ptr<Notifications> notifications) override |
| 663 | { |
| 664 | return std::make_unique<NotificationsHandlerImpl>(std::move(notifications)); |
| 665 | } |
| 666 | void waitForNotificationsIfTipChanged(const uint256& old_tip) override |
| 667 | { |
| 668 | if (!old_tip.IsNull()) { |
no outgoing calls