MCPcopy Create free account
hub / github.com/LUX-Core/lux / ReadLuxNodeConfig

Method ReadLuxNodeConfig

src/walletdb.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool CWalletDB::ReadLuxNodeConfig(std::string sAlias, CLuxNodeConfig& nodeConfig)
83{
84 return Read(std::make_pair(std::string("lux"), sAlias), nodeConfig);
85}
86
87bool CWalletDB::EraseLuxNodeConfig(std::string sAlias)
88{

Callers

nothing calls this directly

Calls 1

ReadClass · 0.85

Tested by

no test coverage detected