Compare commits

...

1 Commits

Author SHA1 Message Date
fiatjaf
f2f9dda33a actually this is the fix. 2023-11-24 21:19:10 -03:00

View File

@@ -139,7 +139,7 @@ example:
Tags: make(nostr.Tags, 0, 3),
}
kindWasSupplied := true
kindWasSupplied := false
mustRehashAndResign := false
if stdinEvent != "" {
if err := json.Unmarshal([]byte(stdinEvent), &evt); err != nil {