mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet
This commit is contained in:
@@ -194,11 +194,11 @@ void WalletFrame::gotoLoadPSBT(bool from_clipboard)
|
||||
}
|
||||
}
|
||||
|
||||
void WalletFrame::encryptWallet(bool status)
|
||||
void WalletFrame::encryptWallet()
|
||||
{
|
||||
WalletView *walletView = currentWalletView();
|
||||
if (walletView)
|
||||
walletView->encryptWallet(status);
|
||||
walletView->encryptWallet();
|
||||
}
|
||||
|
||||
void WalletFrame::backupWallet()
|
||||
|
||||
Reference in New Issue
Block a user