openpgp-card: send all bytes of creation time

This commit is contained in:
RyanSquared 2024-01-07 21:43:26 -05:00
parent 318571db4f
commit 00491e8de8
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72

View file

@ -1209,7 +1209,6 @@ impl<'a> Transaction<'a> {
.get()
.to_be_bytes()
.iter()
.skip_while(|&&e| e == 0)
.copied()
.collect();