aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-19 19:25:45 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-19 19:25:45 +0800
commit4322632c5924ef9aaaad1cdcdfa2f796c493cf69 (patch)
tree5cd796a9ac4e1c4bf8db0cbd1d5e850d1132ab67 /eth
parentfdecc11128596eadc00e7a7d81b856d844396c37 (diff)
parent07bdba687f4971641c4dadc526c634dfbe4177d8 (diff)
downloadgo-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.gz
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.bz2
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.lz
go-tangerine-4322632c5924ef9aaaad1cdcdfa2f796c493cf69.tar.xz
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.go2
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(&ethlogger.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()