Update merkledag.go

This commit is contained in:
Brian Tiger Chow 2014-12-14 16:07:55 -08:00 committed by Jeromy
parent 9420200a4e
commit 930e0cc728

View File

@ -327,7 +327,7 @@ func (ds *dagService) GetDAG(ctx context.Context, root *Node) <-chan *Node {
nd, err := Decoded(blk.Data)
if err != nil {
// NB: can occur in normal situations, with improperly formatted
// input data
// input data
log.Error("Got back bad block!")
break
}