Skip to content

Commit 2f60953

Browse files
authored
fix vc some_error argument (#1572)
1 parent bab78f6 commit 2f60953

File tree

1 file changed

+1
-1
lines changed
  • tee-worker/litentry/core/stf-task/receiver/src/handler

1 file changed

+1
-1
lines changed

tee-worker/litentry/core/stf-task/receiver/src/handler/assertion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ where
241241
Ok(Ok(call_index)) => {
242242
let call = OpaqueCall::from_tuple(&(
243243
call_index,
244-
self.req.who.clone(),
244+
Some(self.req.who.clone()),
245245
error,
246246
self.req.hash,
247247
));

0 commit comments

Comments
 (0)