fix: typo in parsedAnonReq tag

This commit is contained in:
Enot (ded) Skelly
2026-06-03 13:09:27 -07:00
parent 7c89b509a9
commit fa12149151
+1 -1
View File
@@ -267,7 +267,7 @@ type packetObservationEvent struct {
type parsedAnonReq struct {
Raw string `json:"raw"`
Type string `josn:"type"`
Type string `json:"type"`
Destination byte `json:"destination"`
EphemeralPubKey string `json:"ephemeralPubKey"` // hex
}