Skip to content

Commit 64605f2

Browse files
committed
fix
1 parent 19e6083 commit 64605f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/signed_doc/src/metadata/extra_fields.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl ExtraFields {
166166
) -> Option<Self> {
167167
/// Context for error messages.
168168
const CONTEXT: &str = "COSE ProtectedHeader to ExtraFields";
169-
let mut valid = false;
169+
let mut valid = true;
170170

171171
let mut extra = ExtraFields::default();
172172

0 commit comments

Comments
 (0)