aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-15 15:50:20 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:23:39 +0800
commitd0157c4b892ee9b1da75a24d911738e50d38f0d1 (patch)
tree9304191074953322658ffff5d5c163a4f16b1251
parent41ec6da863df75ce717654d9c8639594cbdb5b4a (diff)
downloadgo-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.tar
go-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.tar.gz
go-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.tar.bz2
go-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.tar.lz
go-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.tar.xz
go-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.tar.zst
go-tangerine-d0157c4b892ee9b1da75a24d911738e50d38f0d1.zip
dex: run consensus core on Start
-rw-r--r--dex/backend.go1
-rw-r--r--params/bootnodes.go4
2 files changed, 3 insertions, 2 deletions
diff --git a/dex/backend.go b/dex/backend.go
index bb524f171..c0cfe3d7f 100644
--- a/dex/backend.go
+++ b/dex/backend.go
@@ -199,6 +199,7 @@ func (s *Dexon) Start(srvr *p2p.Server) error {
s.protocolManager.Start(srvr, maxPeers)
s.protocolManager.addSelfMeta()
+ go s.consensus.Run()
return nil
}
diff --git a/params/bootnodes.go b/params/bootnodes.go
index b946dad00..31dda1fd4 100644
--- a/params/bootnodes.go
+++ b/params/bootnodes.go
@@ -19,13 +19,13 @@ package params
// MainnetBootnodes are the enode URLs of the P2P bootstrap nodes running on
// the main Ethereum network.
var MainnetBootnodes = []string{
- "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.201.33:30301",
+ "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@10.17.1.70:30301",
}
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
// Ropsten test network.
var TestnetBootnodes = []string{
- "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@35.201.201.33:30301",
+ "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@10.17.1.70:30301",
}
// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the