Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
bool CWalletDB::ReadLuxNodeConfig(std::string sAlias, CLuxNodeConfig& nodeConfig)
83
{
84
return Read(std::make_pair(std::string(
"lux"
), sAlias), nodeConfig);
85
}
86
87
bool CWalletDB::EraseLuxNodeConfig(std::string sAlias)
88
{
Callers
nothing calls this directly
Calls
1
Read
Class · 0.85
Tested by
no test coverage detected