fix: add relays to zap-request

This commit is contained in:
Kieran 2024-01-13 23:08:35 +00:00
parent d080dbac04
commit c8294cf317
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -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()!)
)
};