| 253 | return MakeHandler(::uiInterface.LoadWallet.connect([fn](std::shared_ptr<CWallet> wallet) { fn(MakeWallet(wallet)); }))); |
| 254 | } |
| 255 | std::unique_ptr<Handler> handleNotifyNumConnectionsChanged(NotifyNumConnectionsChangedFn fn) override |
| 256 | { |
| 257 | return MakeHandler(::uiInterface.NotifyNumConnectionsChanged.connect(fn)); |
| 258 | } |
| 259 | std::unique_ptr<Handler> handleNotifyNetworkActiveChanged(NotifyNetworkActiveChangedFn fn) override |
| 260 | { |
| 261 | return MakeHandler(::uiInterface.NotifyNetworkActiveChanged.connect(fn)); |
no test coverage detected