mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-12 12:32:32 +02:00
minor.
This commit is contained in:
@ -93,7 +93,7 @@ func NewSigner(secretKey string) Signer {
|
||||
return Signer{secretKey: secretKey}
|
||||
}
|
||||
|
||||
func (p *Signer) AddRelay(url string, read bool, write bool) {
|
||||
func (p *Signer) AddRelayToAdvertise(url string, read bool, write bool) {
|
||||
p.RelaysToAdvertise[url] = relayReadWrite{read, write}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user