Commit 21f3add5 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Jeromy

Update merkledag.go

parent e55ff35f
...@@ -327,7 +327,7 @@ func (ds *dagService) GetDAG(ctx context.Context, root *Node) <-chan *Node { ...@@ -327,7 +327,7 @@ func (ds *dagService) GetDAG(ctx context.Context, root *Node) <-chan *Node {
nd, err := Decoded(blk.Data) nd, err := Decoded(blk.Data)
if err != nil { if err != nil {
// NB: can occur in normal situations, with improperly formatted // NB: can occur in normal situations, with improperly formatted
// input data // input data
log.Error("Got back bad block!") log.Error("Got back bad block!")
break break
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment