respect stored relay list

This commit is contained in:
Tiago Vasconcelos 2023-03-15 11:24:35 +00:00
parent d24ed52879
commit a0d8aa9e62

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)
}