Skip to content

Commit

Permalink
mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Nov 3, 2024
1 parent 3723a90 commit cfdd569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/transactiondesc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco
for (const auto& [id, meta] : coins) {
if (meta.txid == selectedTxID && !meta.memo.empty()) {
strHTML += "<b>" + tr("Message") + ":</b> " + GUIUtil::HtmlEscape(meta.memo, true) + "<br>\n";
//break;
}
}

Expand Down

0 comments on commit cfdd569

Please sign in to comment.