aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-05 16:14:58 +0800
committerobscuren <geffobscura@gmail.com>2015-03-05 16:14:58 +0800
commitc47866d25174bd783ee6bcd5b400d81d7bf598bb (patch)
tree01c71c40981f4f75e1721011006d2da96dfc3c2d /eth/protocol.go
parent15f491e5007d1507f20d0edce36cc9c0bd5cbd37 (diff)
downloaddexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.tar
dexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.tar.gz
dexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.tar.bz2
dexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.tar.lz
dexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.tar.xz
dexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.tar.zst
dexon-c47866d25174bd783ee6bcd5b400d81d7bf598bb.zip
Miner fixes and updates (including miner)
Diffstat (limited to 'eth/protocol.go')
-rw-r--r--eth/protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go
index 663af43fe..c887af129 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -250,7 +250,7 @@ func (self *ethProtocol) handle() error {
return self.protoError(ErrDecode, "msg %v: %v", msg, err)
}
hash := request.Block.Hash()
- fmt.Println("received block: %x", hash)
+ fmt.Printf("received block: %x\n", hash)
_, chainHead, _ := self.chainManager.Status()
jsonlogger.LogJson(&logger.EthChainReceivedNewBlock{