| 465 | } |
| 466 | |
| 467 | void WalletModel::unsubscribeFromCoreSignals() |
| 468 | { |
| 469 | // Disconnect signals from wallet |
| 470 | m_handler_unload->disconnect(); |
| 471 | m_handler_status_changed->disconnect(); |
| 472 | m_handler_address_book_changed->disconnect(); |
| 473 | m_handler_transaction_changed->disconnect(); |
| 474 | m_handler_show_progress->disconnect(); |
| 475 | m_handler_watch_only_changed->disconnect(); |
| 476 | m_handler_can_get_addrs_changed->disconnect(); |
| 477 | } |
| 478 | |
| 479 | // WalletModel::UnlockContext implementation |
| 480 | WalletModel::UnlockContext WalletModel::requestUnlock() |
nothing calls this directly
no test coverage detected