This commit is contained in:
obscuren 2015-03-14 13:21:20 +01:00
parent 35bc7b0d8a
commit 44636e5b82
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ func (self *ChainManager) InsertChain(chain types.Blocks) error {
h := block.Header()
chainlogger.Infof("INVALID block #%v (%x)\n", h.Number, h.Hash()[:4])
chainlogger.Infoln(err)
chainlogger.Debufln(block)
chainlogger.Debugln(block)
return err
}
block.Td = td