Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add clarification.
  • Loading branch information
pepyakin committed Jun 19, 2018
commit 8f05a2072676e5a0986b965c454d5e91a6d07e15
3 changes: 2 additions & 1 deletion substrate/executor/src/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ impl<'a, FE: SandboxCapabilities + Externals + 'a> Externals for GuestExternals<
self.supervisor_externals
.deallocate(serialized_result_val_ptr);

// TODO: check the signature?
// We do not have to check the signature here, because it's automatically
// checked by wasmi.

deserialize_result(&serialized_result_val)
}
Expand Down