diff options
author | Jon Atack <jon@atack.com> | 2019-09-07 11:08:28 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2019-09-09 10:56:38 +0200 |
commit | 43aa9b0d790840e30c1cd128e67946ffcbfeb721 (patch) | |
tree | bebebb3c349afa7a5cbfbf09c77e2c8012ae0508 /src/qt/walletcontroller.h | |
parent | 4c329d43a5f99bc38e533e34393c2cc72800368a (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |