| 259 | } |
| 260 | bool getNetworkActive() override { return m_context->connman && m_context->connman->GetNetworkActive(); } |
| 261 | CFeeRate getDustRelayFee() override { return ::dustRelayFee; } |
| 262 | UniValue executeRpc(const std::string& command, const UniValue& params, const std::string& uri) override |
| 263 | { |
| 264 | JSONRPCRequest req; |
no outgoing calls
no test coverage detected