From 311f2b80c5fd1160244c6bb5966d1efebc85a319 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Sun, 14 May 2017 20:24:56 +0300 Subject: [PATCH] vendor: CHT update (block 925696, Revival Ropsten) --- vendor/github.com/ethereum/go-ethereum/light/lightchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/ethereum/go-ethereum/light/lightchain.go b/vendor/github.com/ethereum/go-ethereum/light/lightchain.go index 3a254ec74..0c47d5052 100644 --- a/vendor/github.com/ethereum/go-ethereum/light/lightchain.go +++ b/vendor/github.com/ethereum/go-ethereum/light/lightchain.go @@ -101,7 +101,7 @@ func NewLightChain(odr OdrBackend, config *params.ChainConfig, engine consensus. } if bc.genesisBlock.Hash() == params.TestNetGenesisHash { // add trusted CHT - WriteTrustedCht(bc.chainDb, TrustedCht{Number: 206, Root: common.HexToHash("0xea68c59db0887e81aaba06c888053576228b364234cbefc6e8cc28044b82725f")}) + WriteTrustedCht(bc.chainDb, TrustedCht{Number: 226, Root: common.HexToHash("28bcafd5504326a34995efc36d3a9ba0b6a22f5832e8e58bacb646b54cb8911a")}) log.Info("Added trusted CHT for testnet") }