Move event names within each object

This commit is contained in:
Taylor Gerring
2015-02-11 12:45:41 +01:00
parent d53e5646ec
commit 3d6fd601c5
3 changed files with 119 additions and 30 deletions

View File

@ -222,7 +222,7 @@ func (s *Ethereum) MaxPeers() int {
// Start the ethereum
func (s *Ethereum) Start(seed bool) error {
jsonlogger.LogJson("starting", &ethlogger.LogStarting{
jsonlogger.LogJson(&ethlogger.LogStarting{
ClientString: s.ClientIdentity().String(),
Guid: ethutil.Bytes2Hex(s.ClientIdentity().Pubkey()),
Coinbase: ethutil.Bytes2Hex(s.KeyManager().Address()),