From 9d86a49a7327199c01977f3372c8adf748252c32 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 8 Oct 2014 12:06:39 +0200 Subject: Renamed Sha3Bin to Sha3 --- ethereum.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ethereum.go') 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 { -- cgit v1.2.3