diff --git a/exchange/bitswap/bitswap.go b/exchange/bitswap/bitswap.go index c8a53ec2b..88ff418c7 100644 --- a/exchange/bitswap/bitswap.go +++ b/exchange/bitswap/bitswap.go @@ -29,7 +29,7 @@ func NetMessageSession(parent context.Context, p peer.Peer, networkAdapter := bsnet.NetMessageAdapter(srv, net, nil) bs := &bitswap{ blockstore: blockstore.NewBlockstore(d), - notifications: notifications.New(), + notifications: notifications.New(), // TODO Shutdown() strategy: strategy.New(nice), routing: directory, sender: networkAdapter,