mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
[Qt] Hide nTxConfirmTarget behind WalletModel
This commit is contained in:
parent
004168dcb7
commit
6f0289967f
@ -698,3 +698,8 @@ bool WalletModel::hdEnabled() const
|
||||
{
|
||||
return wallet->IsHDEnabled();
|
||||
}
|
||||
|
||||
int WalletModel::getDefaultConfirmTarget() const
|
||||
{
|
||||
return nTxConfirmTarget;
|
||||
}
|
||||
|
@ -207,6 +207,8 @@ public:
|
||||
|
||||
bool hdEnabled() const;
|
||||
|
||||
int getDefaultConfirmTarget() const;
|
||||
|
||||
private:
|
||||
CWallet *wallet;
|
||||
bool fHaveWatchOnly;
|
||||
|
Loading…
Reference in New Issue
Block a user