mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
wallet: Change output type globals to members
This commit is contained in:
@@ -736,7 +736,7 @@ bool WalletModel::hdEnabled() const
|
||||
|
||||
OutputType WalletModel::getDefaultAddressType() const
|
||||
{
|
||||
return g_address_type;
|
||||
return wallet->m_default_address_type;
|
||||
}
|
||||
|
||||
int WalletModel::getDefaultConfirmTarget() const
|
||||
|
||||
Reference in New Issue
Block a user