diff options
author | Felix Lange <fjl@twurst.com> | 2015-04-01 22:59:14 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-04-01 23:00:12 +0800 |
commit | 76218959ab36828f340a113e3b3b7dffabb1f36a (patch) | |
tree | 1ec9ee7788ccd040f46e2bf50873b7db258f1d92 /eth/backend.go | |
parent | a77c431e378a3cfcddb4b33317319412799c96cb (diff) | |
download | go-tangerine-76218959ab36828f340a113e3b3b7dffabb1f36a.tar.gz go-tangerine-76218959ab36828f340a113e3b3b7dffabb1f36a.tar.zst go-tangerine-76218959ab36828f340a113e3b3b7dffabb1f36a.zip |
eth: update cpp bootnode address
Diffstat (limited to 'eth/backend.go')
-rw-r--r-- | eth/backend.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/backend.go b/eth/backend.go index b1fa68e72..cc4f807bf 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -32,8 +32,8 @@ var ( defaultBootNodes = []*discover.Node{ // ETH/DEV cmd/bootnode discover.MustParseNode("enode://09fbeec0d047e9a37e63f60f8618aa9df0e49271f3fadb2c070dc09e2099b95827b63a8b837c6fd01d0802d457dd83e3bd48bd3e6509f8209ed90dabbc30e3d3@52.16.188.185:30303"), - // ETH/DEV cpp-ethereum (poc-8.ethdev.com) - discover.MustParseNode("enode://4a44599974518ea5b0f14c31c4463692ac0329cb84851f3435e6d1b18ee4eae4aa495f846a0fa1219bd58035671881d44423876e57db2abd57254d0197da0ebe@5.1.83.226:30303"), + // ETH/DEV cpp-ethereum (poc-9.ethdev.com) + discover.MustParseNode("enode://487611428e6c99a11a9795a6abe7b529e81315ca6aad66e2a2fc76e3adf263faba0d35466c2f8f68d561dbefa8878d4df5f1f2ddb1fbeab7f42ffb8cd328bd4a@5.1.83.226:30303"), } ) |