mirror of
https://github.com/fiatjaf/nak.git
synced 2026-01-24 19:38:52 +00:00
bunker: set default relays so switch_relays works.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user