diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-08 18:06:39 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-08 18:06:39 +0800 |
commit | 9d86a49a7327199c01977f3372c8adf748252c32 (patch) | |
tree | a07141b5910df83e6284713149f9173c31ce247b /ethereum.go | |
parent | f3196c915a6f8ddde1d2e178ad419a114b608b91 (diff) | |
download | dexon-9d86a49a7327199c01977f3372c8adf748252c32.tar.gz dexon-9d86a49a7327199c01977f3372c8adf748252c32.tar.zst dexon-9d86a49a7327199c01977f3372c8adf748252c32.zip |
Renamed Sha3Bin to Sha3
Diffstat (limited to 'ethereum.go')
-rw-r--r-- | ethereum.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereum.go b/ethereum.go index 013214726..987cd2016 100644 --- a/ethereum.go +++ b/ethereum.go @@ -431,6 +431,8 @@ func (s *Ethereum) Start(seed bool) { } func (s *Ethereum) Seed() { + // Sorry Py person. I must blacklist. you perform badly + s.blacklist = append(s.blacklist, ethutil.Hex2Bytes("64656330303561383532336435376331616537643864663236623336313863373537353163636634333530626263396330346237336262623931383064393031")) ips := PastPeers() if len(ips) > 0 { for _, ip := range ips { |