Skip to content

Commit f04191e

Browse files
committed
Merge pull request #3149 from Diapolo/misc
[Qt] additional small fix for #3099 (new receive flow)
2 parents 7cd8623 + 1511057 commit f04191e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qt/walletview.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ WalletView::WalletView(QWidget *parent):
6868
// Double-clicking on a transaction on the transaction history page shows details
6969
connect(transactionView, SIGNAL(doubleClicked(QModelIndex)), transactionView, SLOT(showDetails()));
7070

71-
// Clicking on "Sign Message" in the receive coins page opens the sign message tab in the Sign/Verify Message dialog
72-
connect(receiveCoinsPage, SIGNAL(signMessage(QString)), this, SLOT(gotoSignMessageTab(QString)));
7371
// Clicking on "Export" allows to export the transaction list
7472
connect(exportButton, SIGNAL(clicked()), transactionView, SLOT(exportClicked()));
7573
}

0 commit comments

Comments
 (0)