relays add error fix

This commit is contained in:
Tiago Vasconcelos 2023-03-15 12:10:27 +00:00
parent f920e7d836
commit cfc430eab1

View file

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