Skip to content

Commit

Permalink
Update service.go (#133)
Browse files Browse the repository at this point in the history
new vspd version for legacy dcrpool.dittrex.com
  • Loading branch information
kazi-nutanix committed Jul 29, 2021
1 parent 4c5c70a commit ba38b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service.go
Expand Up @@ -182,6 +182,10 @@ func NewService() *Service {
Mutex: sync.RWMutex{},

Vsps: vspSet{
"dcrvsp.dittrex.com": Vsp{
Network: "mainnet",
Launched: getUnixTime(2021, 4, 7),
},
"teststakepool.decred.org": Vsp{
Network: "testnet",
Launched: getUnixTime(2020, 6, 1),
Expand Down

0 comments on commit ba38b4b

Please sign in to comment.