mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-09-17 19:13:56 +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