OSDN Git Service

edit testnet chain_id
authorpaladz <453256728@qq.com>
Thu, 14 Jun 2018 05:01:42 +0000 (13:01 +0800)
committerpaladz <453256728@qq.com>
Thu, 14 Jun 2018 05:01:42 +0000 (13:01 +0800)
consensus/general.go

index 3c26ba8..f5ec658 100644 (file)
@@ -90,7 +90,7 @@ var ActiveNetParams = MainNetParams
 // NetParams is the correspondence between chain_id and Params
 var NetParams = map[string]Params{
        "mainnet": MainNetParams,
-       "testnet": TestNetParams,
+       "wisdom":  TestNetParams,
        "solonet": SoloNetParams,
 }