Important TODO

pull/1186/head
Stephen Shelton 4 years ago
parent 0e5e9a1222
commit 0697d57190
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -31,6 +31,7 @@ namespace llarp
if (m_initialized)
return false;
// TODO: use fs::path, or at least support windows-style separators
m_rcPath = config.router.m_dataDir + "/rc.signed";
m_idKeyPath = config.router.m_dataDir + "/identity.key";
m_encKeyPath = config.router.m_dataDir + "/encryption.key";

Loading…
Cancel
Save