Some miner reports

This commit is contained in:
obscuren
2014-01-13 01:22:33 +01:00
parent 7ade1778fb
commit 578b63e2b8
5 changed files with 13 additions and 6 deletions

View File

@ -162,6 +162,9 @@ out:
if err != nil {
log.Println(err)
}
case "blockmine":
d, _ := ethutil.Decode(msg.Data, 0)
log.Printf("block mined %s\n", d)
}
}