mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 19:57:55 +08:00
Update merkledag.go
This commit is contained in:
parent
9420200a4e
commit
930e0cc728
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user