Do not log passphrase length to STDOUT
This commit is contained in:
@@ -567,7 +567,7 @@ void MainWindow::removeWalletEncryption() {
|
|||||||
|
|
||||||
int length = passphrase.length();
|
int length = passphrase.length();
|
||||||
|
|
||||||
qDebug() << __func__ << ": Passphrase length = " << length;
|
// qDebug() << __func__ << ": Passphrase length = " << length;
|
||||||
|
|
||||||
char *sequence = NULL;
|
char *sequence = NULL;
|
||||||
sequence = new char[length+1];
|
sequence = new char[length+1];
|
||||||
|
|||||||
Reference in New Issue
Block a user