| 454 | [fn](CWallet*, const uint256& txid, ChangeType status) { fn(txid, status); })); |
| 455 | } |
| 456 | std::unique_ptr<Handler> handleWatchOnlyChanged(WatchOnlyChangedFn fn) override |
| 457 | { |
| 458 | return MakeHandler(m_wallet.NotifyWatchonlyChanged.connect(fn)); |
| 459 | } |
| 460 | |
| 461 | std::shared_ptr<CWallet> m_shared_wallet; |
| 462 | CWallet& m_wallet; |
no test coverage detected