mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
jeff pls
This commit is contained in:
parent
052bc25c4f
commit
6d5155def4
@ -14,7 +14,7 @@ namespace llarp
|
|||||||
EndpointState::Configure(const NetworkConfig& conf)
|
EndpointState::Configure(const NetworkConfig& conf)
|
||||||
{
|
{
|
||||||
if (conf.m_keyfile.has_value())
|
if (conf.m_keyfile.has_value())
|
||||||
m_Keyfile = *conf.m_keyfile;
|
m_Keyfile = conf.m_keyfile->string();
|
||||||
m_SnodeBlacklist = conf.m_snodeBlacklist;
|
m_SnodeBlacklist = conf.m_snodeBlacklist;
|
||||||
m_ExitEnabled = conf.m_AllowExit;
|
m_ExitEnabled = conf.m_AllowExit;
|
||||||
m_ExitNode = conf.m_exitNode;
|
m_ExitNode = conf.m_exitNode;
|
||||||
|
Loading…
Reference in New Issue
Block a user