diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-09-06 00:18:28 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-09-06 00:18:28 +0800 |
commit | b0ca1b67ce6e297fe02281d01a486225bbf385f8 (patch) | |
tree | 2a0e091700f33993e5851e79e2f3b0c4881a47fc /params/bootnodes.go | |
parent | 03d00361f5c91bedee27e7b5853523103750de3c (diff) | |
download | go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.gz go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.bz2 go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.lz go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.xz go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.zst go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.zip |
eth: use maxpeers from p2p layer instead of extra config
Diffstat (limited to 'params/bootnodes.go')
-rw-r--r-- | params/bootnodes.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go index 6a145a7a8..6c6c02f8c 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -19,7 +19,6 @@ package params // MainnetBootnodes are the enode URLs of the P2P bootstrap nodes running on // the main Ethereum network. var MainnetBootnodes = []string{ - // Ethereum Foundation Go Bootnodes "enode://a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c@52.16.188.185:30303", // IE "enode://3f1d12044546b76342d59d4a05532c14b85aa669704bfe1f864fe079415aa2c02d743e03218e57a33fb94523adb54032871a6c51b2cc5514cb7c7e35b3ed0a99@13.93.211.84:30303", // US-WEST @@ -29,7 +28,6 @@ var MainnetBootnodes = []string{ // Ethereum Foundation Cpp Bootnodes "enode://979b7fa28feeb35a4741660a16076f1943202cb72b6af70d327f053e248bab9ba81760f39d0701ef1d8f89cc1fbd2cacba0710a12cd5314d5e0c9021aa3637f9@5.1.83.226:30303", // DE - } // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the |