This commit is contained in:
devhyper 2023-06-12 18:11:13 -07:00
parent 9f31849ca5
commit 7df3eedd68
No known key found for this signature in database
GPG key ID: D5F749908AE9DA70

View file

@ -79,4 +79,4 @@ void I2PDManager::stop()
bool I2PDManager::isRunning() const bool I2PDManager::isRunning() const
{ {
return Daemon.running; return Daemon.running;
} }