File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,16 +238,16 @@ void RPC::handleConnectionError(const QString& error) {
238
238
} else if (error.contains (" bad request" , Qt::CaseInsensitive)) {
239
239
explanation = QString ()
240
240
% " \n\n This is most likely an internal error. Are you using zcashd v2.0 or higher? You might "
241
- % " need to file a bug report here: " ;
241
+ % " need to file a bug report here: https://github.com/adityapk00/zcash-qt-wallet/issues " ;
242
242
} else if (error.contains (" internal server error" , Qt::CaseInsensitive) ||
243
243
error.contains (" rewinding" )) {
244
244
explanation = QString ()
245
245
% " \n\n If you just started zcashd, then it's still loading and you might have to wait a while. If zcashd is ready, then you've run into "
246
- % " something unexpected, and might need to file a bug report here: " ;
246
+ % " something unexpected, and might need to file a bug report here: https://github.com/adityapk00/zcash-qt-wallet/issues " ;
247
247
} else {
248
248
explanation = QString ()
249
249
% " \n\n This is most likely an internal error. Something unexpected happened. "
250
- % " You might need to file a bug report here: " ;
250
+ % " You might need to file a bug report here: https://github.com/adityapk00/zcash-qt-wallet/issues " ;
251
251
}
252
252
253
253
msg.setText (" There was a network connection error. The error was: \n\n "
You can’t perform that action at this time.
0 commit comments