Currently when running a command like payjoin-cli resume the relay manager selects a good relay and then uses that for all current sessions instead of randomly selecting a relay for each session. This can release some heuristics through our connection metadata and instead we should probably be selecting a new randomized relay for each session individually.
Currently when running a command like
payjoin-cli resumethe relay manager selects a good relay and then uses that for all current sessions instead of randomly selecting a relay for each session. This can release some heuristics through our connection metadata and instead we should probably be selecting a new randomized relay for each session individually.