diff --git a/node/modules/retrieval.go b/node/modules/retrieval.go index 70e2b5a26..f9311584c 100644 --- a/node/modules/retrieval.go +++ b/node/modules/retrieval.go @@ -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 diff --git a/retrievalmarket/types/legacyretrievaltypes/migrations/migrations.go b/retrievalmarket/types/legacyretrievaltypes/migrations/migrations.go index 85bfdb9e2..5e6e004fe 100644 --- a/retrievalmarket/types/legacyretrievaltypes/migrations/migrations.go +++ b/retrievalmarket/types/legacyretrievaltypes/migrations/migrations.go @@ -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