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

Method getDustRelayFee

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

Source from the content-addressed store, hash-verified

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;

Callers 2

updateLabelsMethod · 0.80
isDustFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected