diff options
| author | Jon Atack <[email protected]> | 2019-09-07 11:08:28 +0200 |
|---|---|---|
| committer | Jon Atack <[email protected]> | 2019-09-09 10:56:38 +0200 |
| commit | 43aa9b0d790840e30c1cd128e67946ffcbfeb721 (patch) | |
| tree | bebebb3c349afa7a5cbfbf09c77e2c8012ae0508 /src/qt/walletcontroller.h | |
| parent | Merge #16826: Do additional character escaping for wallet names and address l... (diff) | |
| download | discoin-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.h | 2 |
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(); |