This commit is contained in:
Łukasz Magiera 2021-03-11 12:05:32 +01:00
parent ea58bee3f5
commit 31154ed294

View File

@ -126,7 +126,7 @@ func (t *Entry) UnmarshalCBOR(r io.Reader) error {
return fmt.Errorf("wrong type for int64 field: %d", maj) return fmt.Errorf("wrong type for int64 field: %d", maj)
} }
t.Timestamp = int64(extraI) t.Timestamp = extraI
} }
return nil return nil
} }