| 15 | class WalletNodeExt : public WalletNode { |
| 16 | public: |
| 17 | explicit WalletNodeExt(const Config &config, const Currency ¤cy, logging::ILogger &log) |
| 18 | : WalletNode(config, currency, log) {} |
| 19 | ~WalletNodeExt() override; |
| 20 | |
| 21 | bool on_ext_create_wallet(http::Client *, http::RequestBody &&, json_rpc::Request &&, |
nothing calls this directly
no outgoing calls
no test coverage detected