1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 07:57:30 +08:00

docs: TODO

This commit is contained in:
Brian Tiger Chow
2014-11-02 20:40:25 -08:00
parent c3d04570c0
commit 49ac059c37

View File

@ -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,