debug comments & pow handling

This commit is contained in:
obscuren
2015-03-06 10:22:40 +01:00
parent 580d09084d
commit 23ad2f02c0
3 changed files with 6 additions and 8 deletions

View File

@ -253,10 +253,9 @@ func (self *ethProtocol) handle() error {
case NewBlockMsg:
var request newBlockMsgData
if err := msg.Decode(&request); err != nil {
return self.protoError(ErrDecode, "msg %v: %v", msg, err)
return self.protoError(ErrDecode, "%v: %v", msg, err)
}
hash := request.Block.Hash()
fmt.Printf("received block: %x\n", hash)
_, chainHead, _ := self.chainManager.Status()
jsonlogger.LogJson(&logger.EthChainReceivedNewBlock{