Revert "fix spaces/monospace fonts in qt console" (#4984)

This reverts commit 54a78ed036.
This commit is contained in:
UdjinM6 2022-08-29 12:42:04 +03:00 committed by GitHub
parent ea957a73a0
commit cd0444fe7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -437,7 +437,6 @@ bool isDust(interfaces::Node& node, const QString& address, const CAmount& amoun
QString HtmlEscape(const QString& str, bool fMultiLine)
{
QString escaped = str.toHtmlEscaped();
escaped = escaped.replace(" ", " ");
if(fMultiLine)
{
escaped = escaped.replace("\n", "<br>\n");