Skip to content

Commit

Permalink
Remove non-existent simnet block explorer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed May 13, 2021
1 parent 3a97c92 commit 0936e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ var simNetParams = netParams{
Params: chaincfg.SimNetParams(),
DcrdRPCServerPort: "19556",
WalletRPCServerPort: "19557",
BlockExplorerURL: "https://dcrdata.decred.org",
BlockExplorerURL: "...",
}

0 comments on commit 0936e09

Please sign in to comment.