mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Libwalletqt: don't inherit subaddress account from GUI
This commit is contained in:
parent
45b3f1ebde
commit
f7fb051b67
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace {
|
|||
static const int DAEMON_BLOCKCHAIN_TARGET_HEIGHT_CACHE_TTL_SECONDS = 30;
|
||||
static const int WALLET_CONNECTION_STATUS_CACHE_TTL_SECONDS = 5;
|
||||
|
||||
static constexpr char ATTRIBUTE_SUBADDRESS_ACCOUNT[] ="gui.subaddress_account";
|
||||
static constexpr char ATTRIBUTE_SUBADDRESS_ACCOUNT[] = "feather.subaddress_account";
|
||||
}
|
||||
|
||||
Wallet::Wallet(QObject * parent)
|
||||
|
|
Loading…
Reference in a new issue