Fix deserialization, so loading PIV Persistent state works

This commit is contained in:
Nicolas Stalder
2020-05-20 02:21:05 +02:00
parent 386e661cc9
commit 00e3361de7
+3 -1
View File
@@ -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 => {