MCPcopy Create free account
hub / github.com/ElementsProject/elements / disconnectById

Method disconnectById

src/node/interfaces.cpp:179–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 return false;
178 }
179 bool disconnectById(NodeId id) override
180 {
181 if (m_context->connman) {
182 return m_context->connman->DisconnectNode(id);
183 }
184 return false;
185 }
186 std::vector<std::unique_ptr<interfaces::ExternalSigner>> listExternalSigners() override
187 {
188#ifdef ENABLE_EXTERNAL_SIGNER

Callers 1

Calls 1

DisconnectNodeMethod · 0.80

Tested by

no test coverage detected