From 00e3361de71d390ca7865bbcb3b3394253cae048 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Wed, 20 May 2020 02:21:05 +0200 Subject: [PATCH] Fix deserialization, so loading PIV Persistent state works --- src/pipe.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pipe.rs b/src/pipe.rs index 8d75a7b..447f887 100644 --- a/src/pipe.rs +++ b/src/pipe.rs @@ -228,7 +228,9 @@ where } State::Processing => { - panic!("{:?} unexpected in processing state") + // hprintln!("handle xfrblock").ok(); + // hprintln!("{:X?}", &command).ok(); + panic!("ccid pipe unexpectedly received command while in processing state: {:?}", &command); } State::ReadyToSend => {