Do not log passphrase length to STDOUT

This commit is contained in:
Duke
2024-01-27 11:20:51 -05:00
parent e299fe33e9
commit 775135cc44

View File

@@ -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];