Skip to content

Commit 7c43835

Browse files
committed
[BDAP QT] Remove transaction fee warning from fee preview
1 parent 53527f8 commit 7c43835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qt/bdapfeespopup.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ bool bdapFeesPopup(QWidget *parentDialog, const opcodetype& opCodeAction, const
4949
questionString.append(QObject::tr("One Time Fee = %1<br />") .arg(DynamicUnits::formatHtmlWithUnit(unit, oneTimeFee)));
5050
questionString.append(QObject::tr("Deposit Fee = %1") .arg(DynamicUnits::formatHtmlWithUnit(unit, depositFee)));
5151
questionString.append(QObject::tr("<hr>"));
52-
questionString.append(QObject::tr("<br><span style='color:#aa0000;'><b>Note:</b></span> Total Amount does not include transaction fee (to be removed in the future)."));
5352

5453
reply = QMessageBox::question(parentDialog, QObject::tr("Confirm BDAP Transaction Amount"), questionString, QMessageBox::Yes|QMessageBox::No);
5554

0 commit comments

Comments
 (0)