Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/modules/retrieval.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"go.uber.org/fx"
)

// bitswapMultiaddrs is a utility function to determine the multi addrs for bitswap
// bitswapMultiAddrs is a utility function to determine the multi addrs for bitswap
// based off the host and boost config
func bitswapMultiAddrs(cfg *config.Boost, h host.Host) ([]multiaddr.Multiaddr, error) {
// if BitswapPublicAddresses is empty, that means we'll be serving bitswap directly from this host, so just return host multiaddresses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func MigrateProviderDealState0To1(oldDs *ProviderDealState0) (*maptypes.Provider
}, nil
}

// MigrateProviderDealState0To1 migrates from v1 to v2 of a
// MigrateProviderDealState1To2 migrates from v1 to v2 of a
// MigrateProviderDealState.
// The difference is that in v2 the ChannelID is a pointer, because the
// ChannelID is not set until the data transfer has started, so it should
Expand Down