Merge pull request 'Libwalletqt: don't inherit subaddress account from GUI' (#243) from tobtoht/feather:switch_to_primary into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/243
This commit is contained in:
tobtoht 2020-12-22 00:10:13 +00:00
commit 12849c8571
1 changed files with 1 additions and 1 deletions

View File

@ -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)