mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation target
cfe77ef[Qt] overhaul smart-fee slider, adjust default confirmation target (Jonas Schnelli)6f02899[Qt] Hide nTxConfirmTarget behind WalletModel (Jonas Schnelli)004168dCoinControl: add option for custom confirmation target (Jonas Schnelli)
This commit is contained in:
@@ -700,3 +700,8 @@ bool WalletModel::hdEnabled() const
|
||||
{
|
||||
return wallet->IsHDEnabled();
|
||||
}
|
||||
|
||||
int WalletModel::getDefaultConfirmTarget() const
|
||||
{
|
||||
return nTxConfirmTarget;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user