openpgp-card: send all bytes of creation time
This commit is contained in:
parent
318571db4f
commit
00491e8de8
1 changed files with 0 additions and 1 deletions
|
@ -1209,7 +1209,6 @@ impl<'a> Transaction<'a> {
|
|||
.get()
|
||||
.to_be_bytes()
|
||||
.iter()
|
||||
.skip_while(|&&e| e == 0)
|
||||
.copied()
|
||||
.collect();
|
||||
|
||||
|
|
Loading…
Reference in a new issue