fix: add relays to zap-request
This commit is contained in:
parent
d080dbac04
commit
c8294cf317
@ -132,6 +132,7 @@ public class ZapperRelay : INostrRelay, IDisposable
|
||||
Tags = new NostrEventTags(
|
||||
new NostrEventTag("e", ev.Id!),
|
||||
new NostrEventTag("p", sender),
|
||||
new NostrEventTag("relays", "wss://relay.snort.social", "wss://nos.lol", "wss://relay.damus.io"),
|
||||
new NostrEventTag("amount", (amount * 1000).ToString()!)
|
||||
)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user