some progress

This commit is contained in:
2024-01-31 01:32:03 +01:00
parent 62c9d13cec
commit 7cbe4f1170
9 changed files with 163 additions and 112 deletions

@ -52,7 +52,7 @@ impl Service17CustomWrapper {
let start_token = psb_mut
.verification_handler
.get_mut()
.start_success(token, Some(&stamp_buf))
.start_success(token.into(), Some(&stamp_buf))
.expect("Error sending start success");
psb_mut
.verification_handler