Where did rc.signed come from?!

pull/1186/head
Stephen Shelton 4 years ago
parent 7ea8d62640
commit da6bda15a1
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -34,7 +34,7 @@ namespace llarp
fs::path root = config.router.m_dataDir;
// TODO: use fs::path, or at least support windows-style separators
m_rcPath = root / "rc.signed";
m_rcPath = root / "self.signed";
m_idKeyPath = root / "identity.key";
m_encKeyPath = root / "encryption.key";
m_transportKeyPath = root / "transport.key";

Loading…
Cancel
Save