mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 07:57:30 +08:00
remove bitswap unwant
This command messes with internal state and doesn't even work at the moment. If you don't want a block, you should cancel the request that's trying to fetch it. fixes #5295 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -73,7 +73,6 @@ func TestCommands(t *testing.T) {
|
||||
"/bitswap/ledger",
|
||||
"/bitswap/reprovide",
|
||||
"/bitswap/stat",
|
||||
"/bitswap/unwant",
|
||||
"/bitswap/wantlist",
|
||||
"/block",
|
||||
"/block/get",
|
||||
|
Reference in New Issue
Block a user