We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60318c9 commit f499f34Copy full SHA for f499f34
eth/backend.go
@@ -205,9 +205,7 @@ func (s *Ethereum) Coinbase() []byte { return nil } // TODO
205
func (s *Ethereum) Start() error {
206
jsonlogger.LogJson(ðlogger.LogStarting{
207
ClientString: s.net.Name,
208
- Coinbase: ethutil.Bytes2Hex(s.KeyManager().Address()),
209
ProtocolVersion: ProtocolVersion,
210
- LogEvent: ethlogger.LogEvent{Guid: ethutil.Bytes2Hex(crypto.FromECDSAPub(&s.net.PrivateKey.PublicKey))},
211
})
212
213
err := s.net.Start()
0 commit comments