Skip to content

Commit f499f34

Browse files
committed
Update JSON Log types
1 parent 60318c9 commit f499f34

File tree

2 files changed

+295
-300
lines changed

2 files changed

+295
-300
lines changed

eth/backend.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ func (s *Ethereum) Coinbase() []byte { return nil } // TODO
205205
func (s *Ethereum) Start() error {
206206
jsonlogger.LogJson(&ethlogger.LogStarting{
207207
ClientString: s.net.Name,
208-
Coinbase: ethutil.Bytes2Hex(s.KeyManager().Address()),
209208
ProtocolVersion: ProtocolVersion,
210-
LogEvent: ethlogger.LogEvent{Guid: ethutil.Bytes2Hex(crypto.FromECDSAPub(&s.net.PrivateKey.PublicKey))},
211209
})
212210

213211
err := s.net.Start()

0 commit comments

Comments
 (0)