Skip to content

Commit 48071b4

Browse files
committed
fixes issue #56
fixes #56
1 parent ffad433 commit 48071b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/offerlistpage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void OfferListPage::on_purchaseButton_clicked()
169169
return;
170170
}
171171
QString offerGUID = selection.at(0).data(OfferTableModel::NameRole).toString();
172-
QString URI = QString("syscoin:///") + offerGUID + QString("?qty=1");
172+
QString URI = QString("syscoin:///") + offerGUID;
173173
offerView->handleURI(URI);
174174
}
175175

0 commit comments

Comments
 (0)