rethink relayer.

This commit is contained in:
fiatjaf
2023-08-07 21:22:57 -03:00
commit 58ee39df8a
49 changed files with 4454 additions and 0 deletions

5
errors.go Normal file
View File

@@ -0,0 +1,5 @@
package khatru
import "fmt"
var ErrDupEvent = fmt.Errorf("duplicate: event already exists")