respect stored relay list

This commit is contained in:
Tiago Vasconcelos 2023-03-15 11:24:35 +00:00
parent 092591555a
commit 01ed3393db

View file

@ -114,7 +114,7 @@ const market = async () => {
this.pubkeys.add(this.account.pubkey)
}
if (relays && relays.length) {
this.relays = new Set([...defaultRelays, ...relays])
this.relays = relays
} else {
this.relays = new Set(defaultRelays)
}