Don't set shared.hosts - unused (duplicated in i2p.listener) #18
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/MiNode#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lee.miller/MiNode:memory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
I removed unused setting of
shared.hosts
. I guess it was supposed to be used in i2p, buti2p.listener
composes hosts on its own every time it's connected, so does the manager.Or should I try instead to make persistent
shared.hosts
, used in both places, what do you think?