We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0833894 commit d7828abCopy full SHA for d7828ab
src/qt/transactionview.cpp
@@ -365,6 +365,8 @@ void TransactionView::contextualMenu(const QPoint &point)
365
{
366
QModelIndex index = transactionView->indexAt(point);
367
QModelIndexList selection = transactionView->selectionModel()->selectedRows(0);
368
+ if (selection.empty())
369
+ return;
370
371
// check if transaction can be abandoned, disable context menu action in case it doesn't
372
uint256 hash;
0 commit comments