Skip to content

Commit

Permalink
dagservice interface fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Oct 29, 2014
1 parent ef0aae3 commit 1fd1855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merkledag/merkledag.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (n *dagService) Remove(nd *Node) error {
return n.Blocks.DeleteBlock(k)
}

func FetchGraph(ctx context.Context, root *Node, serv *DAGService) {
func FetchGraph(ctx context.Context, root *Node, serv DAGService) {
for _, l := range root.Links {
go func(lnk *Link) {
select {
Expand Down

0 comments on commit 1fd1855

Please sign in to comment.