mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet
This commit is contained in:
@@ -258,7 +258,7 @@ void WalletView::updateEncryptionStatus()
|
||||
Q_EMIT encryptionStatusChanged();
|
||||
}
|
||||
|
||||
void WalletView::encryptWallet(bool status)
|
||||
void WalletView::encryptWallet()
|
||||
{
|
||||
if(!walletModel)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user