libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
517 stars 221 forks source link

Fix multiple ProviderAddrTTL definitions #795 #831

Closed guillaumemichel closed 1 year ago

guillaumemichel commented 1 year ago

https://github.com/libp2p/go-libp2p-kad-dht/pull/795 was defining ProviderAddrTTL a second time, after it was already added in https://github.com/libp2p/go-libp2p-kad-dht/pull/797

cc: @marten-seemann @dennis-tra