pull/1437/head
Jeff Becker 4 years ago
parent bf1a692005
commit 5233b26552
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -175,9 +175,7 @@ namespace llarp
bool
KeyManager::loadOrCreateKey(
fs::path path,
llarp::SecretKey& key,
std::function<void(llarp::SecretKey& key)> keygen)
fs::path path, llarp::SecretKey& key, std::function<void(llarp::SecretKey& key)> keygen)
{
if (not fs::exists(path))
{

Loading…
Cancel
Save