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