diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-08-17 20:51:27 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-08-17 20:51:27 +0800 |
commit | 80b294c3c75091c36970fa7cf133f80c43a49514 (patch) | |
tree | 8cfb4ecd7fbde2dc291de4717eb2332f4fe4af11 /eth/backend.go | |
parent | 8884f856ef3973f89e1edf4809438e22d043d6b9 (diff) | |
download | dexon-80b294c3c75091c36970fa7cf133f80c43a49514.tar dexon-80b294c3c75091c36970fa7cf133f80c43a49514.tar.gz dexon-80b294c3c75091c36970fa7cf133f80c43a49514.tar.bz2 dexon-80b294c3c75091c36970fa7cf133f80c43a49514.tar.lz dexon-80b294c3c75091c36970fa7cf133f80c43a49514.tar.xz dexon-80b294c3c75091c36970fa7cf133f80c43a49514.tar.zst dexon-80b294c3c75091c36970fa7cf133f80c43a49514.zip |
Update CPP pubkey
Diffstat (limited to 'eth/backend.go')
-rw-r--r-- | eth/backend.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/backend.go b/eth/backend.go index 2a8262db8..2b21a7c96 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -65,7 +65,7 @@ var ( discover.MustParseNode("enode://de471bccee3d042261d52e9bff31458daecc406142b401d4cd848f677479f73104b9fdeb090af9583d3391b7f10cb2ba9e26865dd5fca4fcdc0fb1e3b723c786@54.94.239.50:30303"), // BR discover.MustParseNode("enode://1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303"), // SG // ETH/DEV cpp-ethereum (poc-9.ethdev.com) - discover.MustParseNode("enode://487611428e6c99a11a9795a6abe7b529e81315ca6aad66e2a2fc76e3adf263faba0d35466c2f8f68d561dbefa8878d4df5f1f2ddb1fbeab7f42ffb8cd328bd4a@5.1.83.226:30303"), + discover.MustParseNode("enode://979b7fa28feeb35a4741660a16076f1943202cb72b6af70d327f053e248bab9ba81760f39d0701ef1d8f89cc1fbd2cacba0710a12cd5314d5e0c9021aa3637f9@5.1.83.226:30303"), } staticNodes = "static-nodes.json" // Path within <datadir> to search for the static node list |