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
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Update core/state-machine/src/lib.rs
Co-Authored-By: DemiMarie-parity <[email protected]>
  • Loading branch information
svyatonik and Demi-Marie authored Aug 29, 2019
commit 25051c019f6007b7c7cda79305bed2d6384d787a
2 changes: 1 addition & 1 deletion core/state-machine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ type DefaultHandler<R, E> = fn(
pub enum ExecutionManager<F> {
/// Execute with the native equivalent if it is compatible with the given wasm module; otherwise fall back to the wasm.
NativeWhenPossible,
/// Use the given wasm module. The backend on which code is executed code could be
/// Use the given wasm module. The backend on which code is executed could be
/// trusted (true) or untrusted (false).
/// If untrusted, all panics that occurs within externalities are treated as runtime execution error.
/// If trusted, they are considered fatal && aren't catched.
Expand Down