diff --git a/webapi/templates/homepage.html b/webapi/templates/homepage.html index 0a2d1e6..4e8e804 100644 --- a/webapi/templates/homepage.html +++ b/webapi/templates/homepage.html @@ -18,6 +18,13 @@ {{ end }} + {{ if not (eq .WebApiCfg.NetParams.Name "mainnet") }} +
+ This Voting Service Provider is running on testnet. + Visit decred.org to find a list of mainnet VSPs. +
+ {{ end }} +

VSP Overview

A Voting Service Provider (VSP) maintains a pool of always-online voting wallets, diff --git a/webapi/templates/vsp-stats.html b/webapi/templates/vsp-stats.html index 38dcb01..3db2fef 100644 --- a/webapi/templates/vsp-stats.html +++ b/webapi/templates/vsp-stats.html @@ -25,11 +25,6 @@

{{ .WebApiCfg.VSPFee }}%
-
-
Network
-
{{ .WebApiCfg.NetParams.Name }}
-
-
Network Proportion
{{ float32ToPercent .WebApiCache.NetworkProportion }}