qt, wallet: Drop unused parameter in Wallet{Frame|View}::encryptWallet

This commit is contained in:
Hennadii Stepanov
2020-10-23 20:07:59 +03:00
parent 6e950118a3
commit f886a20b02
4 changed files with 5 additions and 5 deletions

View File

@ -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 */