| 597 | return wallets; |
| 598 | } |
| 599 | std::unique_ptr<Handler> handleLoadWallet(LoadWalletFn fn) override |
| 600 | { |
| 601 | return HandleLoadWallet(m_context, std::move(fn)); |
| 602 | } |
| 603 | WalletContext* context() override { return &m_context; } |
| 604 | |
| 605 | WalletContext m_context; |
nothing calls this directly
no test coverage detected