We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffad433 commit 48071b4Copy full SHA for 48071b4
src/qt/offerlistpage.cpp
@@ -169,7 +169,7 @@ void OfferListPage::on_purchaseButton_clicked()
169
return;
170
}
171
QString offerGUID = selection.at(0).data(OfferTableModel::NameRole).toString();
172
- QString URI = QString("syscoin:///") + offerGUID + QString("?qty=1");
+ QString URI = QString("syscoin:///") + offerGUID;
173
offerView->handleURI(URI);
174
175
0 commit comments