Skip to content

Code smell: NEVER INCLUDES "daemon/..."

In accountadapter.cpp, this include is present

#include "../daemon/src/dring/account_const.h"

This is incorrect, ../daemon can be somewhere else.

Just update settings via LRC when the account is generated, or use a string, never this include