bunker: set default relays so switch_relays works.

This commit is contained in:
fiatjaf
2026-01-21 22:19:00 -03:00
parent 7d782737c4
commit 91474d65eb

View File

@@ -347,6 +347,7 @@ var bunker = &cli.Command{
}, nostr.SubscriptionOptions{Label: "nak-bunker"}) }, nostr.SubscriptionOptions{Label: "nak-bunker"})
signer := nip46.NewStaticKeySigner(sec) signer := nip46.NewStaticKeySigner(sec)
signer.DefaultRelays = config.Relays
// unix socket nostrconnect:// handling // unix socket nostrconnect:// handling
go func() { go func() {