diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-19 19:25:45 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-19 19:25:45 +0800 |
commit | 4322632c5924ef9aaaad1cdcdfa2f796c493cf69 (patch) | |
tree | 5cd796a9ac4e1c4bf8db0cbd1d5e850d1132ab67 /eth | |
parent | fdecc11128596eadc00e7a7d81b856d844396c37 (diff) | |
parent | 07bdba687f4971641c4dadc526c634dfbe4177d8 (diff) | |
download | go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.gz go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.zst go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.zip |
Merge pull request #339 from tgerring/jsonlog
JSON log updates
Diffstat (limited to 'eth')
-rw-r--r-- | eth/backend.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eth/backend.go b/eth/backend.go index d109ab98e..4c3ec0053 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -209,9 +209,7 @@ func (s *Ethereum) Coinbase() []byte { return nil } // TODO func (s *Ethereum) Start() error { jsonlogger.LogJson(ðlogger.LogStarting{ ClientString: s.net.Name, - Coinbase: ethutil.Bytes2Hex(s.KeyManager().Address()), ProtocolVersion: ProtocolVersion, - LogEvent: ethlogger.LogEvent{Guid: ethutil.Bytes2Hex(crypto.FromECDSAPub(&s.net.PrivateKey.PublicKey))}, }) err := s.net.Start() |