|
|
|
@ -240,7 +240,8 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco
@@ -240,7 +240,8 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco
|
|
|
|
|
if (wtx.mapValue.count("comment") && !wtx.mapValue["comment"].empty()) |
|
|
|
|
strHTML += "<br><b>" + tr("Comment") + ":</b><br>" + GUIUtil::HtmlEscape(wtx.mapValue["comment"], true) + "<br>"; |
|
|
|
|
|
|
|
|
|
strHTML += "<b>" + tr("Transaction ID") + ":</b> " + TransactionRecord::formatSubTxId(wtx.GetHash(), rec->idx) + "<br>"; |
|
|
|
|
strHTML += "<b>" + tr("Transaction ID") + ":</b> " + rec->getTxID() + "<br>"; |
|
|
|
|
strHTML += "<b>" + tr("Output index") + ":</b> " + QString::number(rec->getOutputIndex()) + "<br>"; |
|
|
|
|
|
|
|
|
|
// Message from normal bitcoin:URI (bitcoin:123...?message=example)
|
|
|
|
|
Q_FOREACH (const PAIRTYPE(std::string, std::string)& r, wtx.vOrderForm) |
|
|
|
|