From 43aa9b0d790840e30c1cd128e67946ffcbfeb721 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sat, 7 Sep 2019 11:08:28 +0200 Subject: gui: rename encrypt(), blank(), and askPasshprase() as well as disablePrivateKeys() to be consistent in naming. --- src/qt/walletcontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/walletcontroller.h') diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h index 4e1a772f3a..fb37b7292c 100644 --- a/src/qt/walletcontroller.h +++ b/src/qt/walletcontroller.h @@ -118,7 +118,7 @@ Q_SIGNALS: void created(WalletModel* wallet_model); private: - void askPasshprase(); + void askPassphrase(); void createWallet(); void finish(); -- cgit v1.2.3