Searched refs:tx_description (Results 1 – 6 of 6) sorted by relevance
162 QString tx_description = ""; in renderTransaction() local168 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()171 tx_description.append("<br>"); in renderTransaction()175 tx_description.append(" * "); in renderTransaction()178 … tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()180 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()181 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()184 tx_description.append("<hr />"); in renderTransaction()192 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()200 tx_description.append("<br><br>"); in renderTransaction()[all …]
162 QString tx_description = "";168 tx_description.append(tr(" * Sends %1 to %2")171 tx_description.append("<br>");175 tx_description.append(" * ");178 … tx_description.append(tr("Unable to calculate transaction fee or total transaction amount."));180 tx_description.append(tr("Pays transaction fee: "));181 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee));184 tx_description.append("<hr />");192 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount"))200 tx_description.append("<br><br>");[all …]
161 QString tx_description = ""; in renderTransaction() local167 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()170 tx_description.append("<br>"); in renderTransaction()174 tx_description.append(" * "); in renderTransaction()177 … tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()179 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()180 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()183 tx_description.append("<hr />"); in renderTransaction()191 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()199 tx_description.append("<br><br>"); in renderTransaction()[all …]