This commit is contained in:
Rick V 2020-06-12 17:03:05 -05:00
parent 052bc25c4f
commit 6d5155def4
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

View File

@ -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;