diff options
Diffstat (limited to 'params/util.go')
-rw-r--r-- | params/util.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/params/util.go b/params/util.go index 546ebb35c..bf833d510 100644 --- a/params/util.go +++ b/params/util.go @@ -38,6 +38,6 @@ var ( TestNetSpuriousDragon = big.NewInt(10) MainNetSpuriousDragon = big.NewInt(2675000) - TestNetChainID = big.NewInt(3) // Test net default chain ID - MainNetChainID = big.NewInt(1) // main net default chain ID + TestNetChainID = big.NewInt(3) // Testnet default chain ID + MainNetChainID = big.NewInt(1) // Mainnet default chain ID ) |