Browse Source

Do not log passphrase length to STDOUT

pull/148/head
Duke 3 months ago
parent
commit
775135cc44
  1. 2
      src/mainwindow.cpp

2
src/mainwindow.cpp

@ -567,7 +567,7 @@ void MainWindow::removeWalletEncryption() {
int length = passphrase.length();
qDebug() << __func__ << ": Passphrase length = " << length;
// qDebug() << __func__ << ": Passphrase length = " << length;
char *sequence = NULL;
sequence = new char[length+1];

Loading…
Cancel
Save