Fix negentropy error

This commit is contained in:
Jon Staab
2025-11-04 16:59:47 -08:00
parent 7d3b865451
commit fe93becf41
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ export enum RelayMessageType {
Closed = "CLOSED",
Eose = "EOSE",
Event = "EVENT",
NegErr = "NEG-ERR",
NegMsg = "NEG-MSG",
NegErr = "NEG-ERROR",
Ok = "OK",
}