correct key

pull/18/head
Jeff Becker 6 years ago
parent 179d18bad4
commit 69bf060974
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -133,7 +133,7 @@ extern "C"
f << "# path to store transport private key" << std::endl;
f << "transport-privkey=" << basepath << "transport.private" << std::endl;
f << "# path to store identity signing key" << std::endl;
f << "identity-privkey=" << basepath << "identity.private" << std::endl;
f << "ident-privkey=" << basepath << "identity.private" << std::endl;
f << "# encryption key for onion routing" << std::endl;
f << "encryption-privkey=" << basepath << "encryption.private" << std::endl;
f << std::endl;

Loading…
Cancel
Save