diff --git a/src/requestdialog.cpp b/src/requestdialog.cpp index 4023318..116745a 100644 --- a/src/requestdialog.cpp +++ b/src/requestdialog.cpp @@ -64,6 +64,9 @@ void RequestDialog::showPaymentConfirmation(MainWindow* main, QString paymentURI // No Addressbook req.btnAddressBook->setVisible(false); + // No "address is visible" warning + req.lblAddressInfo->setVisible(false); + req.txtFrom->setText(payInfo.addr); req.txtMemo->setPlainText(payInfo.memo); req.txtAmount->setText(payInfo.amt); diff --git a/src/requestdialog.ui b/src/requestdialog.ui index d50db6d..32ed78f 100644 --- a/src/requestdialog.ui +++ b/src/requestdialog.ui @@ -189,7 +189,7 @@ - + The recipient will see this address in the "to" field when they pay your request.