From 0936e090a94113a1e4168cea3b946ed690b0089d Mon Sep 17 00:00:00 2001 From: Jamie Holdstock Date: Thu, 13 May 2021 03:02:59 +0100 Subject: [PATCH] Remove non-existent simnet block explorer. --- params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params.go b/params.go index d502ca5..56ff829 100644 --- a/params.go +++ b/params.go @@ -33,5 +33,5 @@ var simNetParams = netParams{ Params: chaincfg.SimNetParams(), DcrdRPCServerPort: "19556", WalletRPCServerPort: "19557", - BlockExplorerURL: "https://dcrdata.decred.org", + BlockExplorerURL: "...", }