0ceanSlim / grain

Go Relay Architecture for Implementing Nostr 🌾
MIT License
12 stars 1 forks source link

Check for Duplicate #30

Closed 0ceanSlim closed 2 weeks ago

0ceanSlim commented 2 weeks ago

Add function in Event Handler to check for duplicate before attempting to store the event and return OK false if the event already exists.

0ceanSlim commented 2 weeks ago

Added code to fix this. Testing and will close once confirmed it's fixed