Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Add a comment documenting execution parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjgilbert committed Sep 27, 2019
1 parent fb83803 commit 0b25a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ pub mod execute {
&ectx.env_info,
genesis::SPEC.engine.machine(),
&tx,
false,
true,
false, /* tracing */
true, /* should_return_value */
)
.map_err(|err| TransactionError::ExecutionFailure {
message: format!("{}", err),
Expand Down

0 comments on commit 0b25a4f

Please sign in to comment.