Skip to content

Commit

Permalink
Changed payment prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmeier authored Mar 11, 2018
1 parent c2f51df commit 7edea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/openuridialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ void OpenURIDialog::on_selectFileButton_clicked()
if(filename.isEmpty())
return;
QUrl fileUri = QUrl::fromLocalFile(filename);
ui->uriEdit->setText("bitcoin:?r=" + QUrl::toPercentEncoding(fileUri.toString()));
ui->uriEdit->setText("bitcoingold:?r=" + QUrl::toPercentEncoding(fileUri.toString()));
}

0 comments on commit 7edea8a

Please sign in to comment.