Skip to content

Commit

Permalink
Merge pull request #124 from mattn/add-broadcast
Browse files Browse the repository at this point in the history
add Broadcast
  • Loading branch information
mattn authored Jul 31, 2024
2 parents 274bdf0 + d6a7f5e commit ef3835c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions broadcasting.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package relayer

import (
"github.com/nbd-wtf/go-nostr"
)

func BroadcastEvent(evt *nostr.Event) {
notifyListeners(evt)
}

0 comments on commit ef3835c

Please sign in to comment.