Commit 59d1426c authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

mock2/ missing ctxgroup

parent 2f9d398d
......@@ -36,6 +36,7 @@ func New(ctx context.Context) Mocknet {
return &mocknet{
nets: map[peerID]*peernet{},
links: map[peerID]map[peerID]map[*link]struct{}{},
cg: ctxgroup.WithContext(ctx),
}
}
......
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