Skip to content

Commit

Permalink
Update src/qt/researcher/researchermodel.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: div72 <60045611+div72@users.noreply.github.com>
  • Loading branch information
jamescowens and div72 committed Jan 2, 2022
1 parent 0aeb54c commit b48e509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/researcher/researchermodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ QString ResearcherModel::formatCpid() const
QString text = QString::fromStdString(m_researcher->Id().ToString());

if (m_privacy_enabled) {
text = text.replace(QRegExp("."), "#");
text = "################################";
}

return text;
Expand Down

0 comments on commit b48e509

Please sign in to comment.