Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel authored Oct 3, 2024
1 parent 0b803b9 commit 794bfc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dht_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ func AddressFilter(f func([]ma.Multiaddr) []ma.Multiaddr) Option {
}
}

// --- NEW FEATURE ---
// WithCustomMessageSender configures the pb.MessageSender of the IpfsDHT to use the
// custom implementation of the pb.MessageSender
func WithCustomMessageSender(messageSenderBuilder func(h host.Host, protos []protocol.ID) pb.MessageSenderWithDisconnect) Option {
Expand Down

0 comments on commit 794bfc7

Please sign in to comment.