Skip to content

Commit

Permalink
micro fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jun 20, 2024
1 parent 502dbae commit 3e8ac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/shwap/p2p/bitswap/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e8ac7b

Please sign in to comment.