@@ -408,12 +408,9 @@ void XEPGUI::createActions()
408408 githubLinkAction = new QAction (tr (" GitHub" ), this );
409409 githubLinkAction->setStatusTip (" https://github.com/ElectraProtocol/XEP-Core" );
410410
411- explorerOneAction = new QAction (tr (" New explorer " ), this );
411+ explorerOneAction = new QAction (tr (" Block Explorer " ), this );
412412 explorerOneAction->setStatusTip (" https://explorer.electraprotocol.network/" );
413413
414- explorerTwoAction = new QAction (tr (" Legacy explorer" ), this );
415- explorerTwoAction->setStatusTip (" https://electraprotocol.network/" );
416-
417414 cmcLinkAction = new QAction (tr (" CoinMarketCap" ), this );
418415 cmcLinkAction->setStatusTip (" https://coinmarketcap.com/currencies/electra-protocol/" );
419416
@@ -423,7 +420,6 @@ void XEPGUI::createActions()
423420 connect (websiteLinkAction, &QAction::triggered, []{ QDesktopServices::openUrl (QUrl (" https://www.electraprotocol.com/" )); });
424421 connect (githubLinkAction, &QAction::triggered, []{ QDesktopServices::openUrl (QUrl (" https://github.com/ElectraProtocol/XEP-Core" )); });
425422 connect (explorerOneAction, &QAction::triggered, []{ QDesktopServices::openUrl (QUrl (" https://explorer.electraprotocol.network/" )); });
426- connect (explorerTwoAction, &QAction::triggered, []{ QDesktopServices::openUrl (QUrl (" https://electraprotocol.network/" )); });
427423 connect (cmcLinkAction, &QAction::triggered, []{ QDesktopServices::openUrl (QUrl (" https://coinmarketcap.com/currencies/electra-protocol/" )); });
428424 connect (coingeckoLinkAction, &QAction::triggered, []{ QDesktopServices::openUrl (QUrl (" https://www.coingecko.com/en/coins/electra-protocol" )); });
429425
@@ -600,7 +596,6 @@ void XEPGUI::createMenuBar()
600596 links_menu->addAction (githubLinkAction);
601597 links_menu->addSeparator ();
602598 links_menu->addAction (explorerOneAction);
603- links_menu->addAction (explorerTwoAction);
604599 links_menu->addSeparator ();
605600 links_menu->addAction (cmcLinkAction);
606601 links_menu->addAction (coingeckoLinkAction);
0 commit comments