We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 274bdf0 + d6a7f5e commit ef3835cCopy full SHA for ef3835c
broadcasting.go
@@ -0,0 +1,9 @@
1
+package relayer
2
+
3
+import (
4
+ "github.com/nbd-wtf/go-nostr"
5
+)
6
7
+func BroadcastEvent(evt *nostr.Event) {
8
+ notifyListeners(evt)
9
+}
0 commit comments