Skip to content

Commit 89e9ad4

Browse files
author
limxdev
committed
Update guiutil.cpp
1 parent 50d86fc commit 89e9ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt/guiutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ void hyperlinks_slot5(){QString link1 = "https://www.reddit.com/r/bitcore_btx/";
423423
void hyperlinks_slot6(){QString link1 = "https://www.facebook.com/Bitcore.Coin/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
424424
void hyperlinks_slot7(){QString link1 = "https://coinomi.com/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
425425
void hyperlinks_slot8(){QString link1 = "https://github.com/LIMXTEC/BitCore"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
426-
void hyperlinks_slot9(){QString link1 = "https://explorer.bitcore.cc/" QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
426+
void hyperlinks_slot9(){QString link1 = "https://explorer.bitcore.cc/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
427427
void hyperlinks_slot10(){QString link1 = "https://chainz.cryptoid.info/btx/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
428428

429429
// BitCore exchanges

0 commit comments

Comments
 (0)