Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dcrpool.ibitlin.com #173

Merged
merged 1 commit into from Apr 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions service.go
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2019 The Decred developers
// Copyright (c) 2017-2023 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -198,10 +198,6 @@ func NewService() *Service {
Network: "mainnet",
Launched: getUnixTime(2020, 12, 9),
},
"dcrpool.ibitlin.com": Vsp{
Network: "mainnet",
Launched: getUnixTime(2021, 1, 13),
},
"decredvoting.com": Vsp{
Network: "mainnet",
Launched: getUnixTime(2021, 2, 1),
Expand Down