diff --git a/openpgp-card/src/lib.rs b/openpgp-card/src/lib.rs index f327aea..82081f1 100644 --- a/openpgp-card/src/lib.rs +++ b/openpgp-card/src/lib.rs @@ -1209,7 +1209,6 @@ impl<'a> Transaction<'a> { .get() .to_be_bytes() .iter() - .skip_while(|&&e| e == 0) .copied() .collect();