wstrm / camomile

Camomile, the tasty version of Kademlia.
6 stars 1 forks source link

Connect republish/replication channel to dht #59

Closed Hjortsberg closed 5 years ago

wstrm commented 5 years ago

I just noticed that this method: https://github.com/optmzr/camomile/blob/master/dht/dht.go#L182

is missing the dht.db.AddLocalItem(hash, value) call.

edvinnn commented 5 years ago

I just noticed that this method: https://github.com/optmzr/camomile/blob/master/dht/dht.go#L182

is missing the dht.db.AddLocalItem(hash, value) call.

Actually I don't get it. Isn't everything right here?

wstrm commented 5 years ago

Sorry, I pasted a bad link, I meant this method:

https://github.com/optmzr/camomile/blob/7d6a17d5d8685ae71849f2a6acc72a93eec36916/dht/dht.go#L193