mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 19:21:28 +02:00
qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet
This commit is contained in:
@ -92,7 +92,7 @@ public Q_SLOTS:
|
||||
*/
|
||||
void processNewTransaction(const QModelIndex& parent, int start, int /*end*/);
|
||||
/** Encrypt the wallet */
|
||||
void encryptWallet(bool status);
|
||||
void encryptWallet();
|
||||
/** Backup the wallet */
|
||||
void backupWallet();
|
||||
/** Change encrypted wallet passphrase */
|
||||
|
Reference in New Issue
Block a user