From 3e8ac7ba53409c0916fd08563cb7615181895fa1 Mon Sep 17 00:00:00 2001 From: Wondertan Date: Thu, 20 Jun 2024 20:07:50 +0200 Subject: [PATCH] micro fix --- share/shwap/p2p/bitswap/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/shwap/p2p/bitswap/block.go b/share/shwap/p2p/bitswap/block.go index 8b3160db7d..9a1678c6d7 100644 --- a/share/shwap/p2p/bitswap/block.go +++ b/share/shwap/p2p/bitswap/block.go @@ -15,7 +15,7 @@ var log = logger.Logger("shwap/bitswap") // Block represents Bitswap compatible Shwap container. // All Shwap containers must have a registerBlock-ed wrapper // implementing the interface to be compatible with Bitswap. -// NOTE: This is not Blockchain block, but IPFS/Bitswap block/ +// NOTE: This is not Blockchain block, but IPFS/Bitswap block. type Block interface { // CID returns Shwap ID of the Block formatted as CID. CID() cid.Cid