From e66886832a16510a235ca89c5d4060e2fdf6fcb1 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 21 Feb 2025 12:54:04 +0100 Subject: [PATCH] config: remove melo.tools block explorer --- src/utils/config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/config.cpp b/src/utils/config.cpp index 71823d53..07d55c34 100644 --- a/src/utils/config.cpp +++ b/src/utils/config.cpp @@ -103,7 +103,6 @@ static const QHash configStrings = { {Config::writeRecentlyOpenedWallets, {QS("writeRecentlyOpenedWallets"), true}}, {Config::blockExplorers, {QS("blockExplorers"), QStringList{"https://xmrchain.net/tx/%txid%", - "https://melo.tools/explorer/mainnet/tx/%txid%", "https://moneroblocks.info/tx/%txid%", "https://blockchair.com/monero/transaction/%txid%", "http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/monero/transaction/%txid%", -- 2.52.0