mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
[Qt] Change RBF checkbox to reflect -walletrbf setting
Before this commit, the checkbox would always start off unchecked. After this commit it will respect the -walletrbf setting (which is currently false by default).
This commit is contained in:
@@ -706,3 +706,8 @@ int WalletModel::getDefaultConfirmTarget() const
|
||||
{
|
||||
return nTxConfirmTarget;
|
||||
}
|
||||
|
||||
bool WalletModel::getDefaultWalletRbf() const
|
||||
{
|
||||
return fWalletRbf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user