pull/1278/head
Rick V 4 years ago
parent 052bc25c4f
commit 6d5155def4
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -14,7 +14,7 @@ namespace llarp
EndpointState::Configure(const NetworkConfig& conf)
{
if (conf.m_keyfile.has_value())
m_Keyfile = *conf.m_keyfile;
m_Keyfile = conf.m_keyfile->string();
m_SnodeBlacklist = conf.m_snodeBlacklist;
m_ExitEnabled = conf.m_AllowExit;
m_ExitNode = conf.m_exitNode;

Loading…
Cancel
Save