aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletcontroller.h
diff options
context:
space:
mode:
authorJon Atack <[email protected]>2019-09-07 11:08:28 +0200
committerJon Atack <[email protected]>2019-09-09 10:56:38 +0200
commit43aa9b0d790840e30c1cd128e67946ffcbfeb721 (patch)
treebebebb3c349afa7a5cbfbf09c77e2c8012ae0508 /src/qt/walletcontroller.h
parentMerge #16826: Do additional character escaping for wallet names and address l... (diff)
downloaddiscoin-43aa9b0d790840e30c1cd128e67946ffcbfeb721.tar.xz
discoin-43aa9b0d790840e30c1cd128e67946ffcbfeb721.zip
gui: rename encrypt(), blank(), and askPasshprase()
as well as disablePrivateKeys() to be consistent in naming.
Diffstat (limited to 'src/qt/walletcontroller.h')
-rw-r--r--src/qt/walletcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h
index 4e1a772f3..fb37b7292 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();