Skip to content

Commit

Permalink
Problem: #148
Browse files Browse the repository at this point in the history
Solution: change Patch calling scheme
  • Loading branch information
sorpaas committed Jun 1, 2017
1 parent e876ed8 commit ff13df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vm_integrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SputnikVM for the moment has taken a rather functional approach to executing the
A code snippet from the regression test demonstrates the setup and execution.

``` rust
let mut vm = SeqVM::new(context, block_header.clone(), Patch::empty());
let mut vm = SeqVM::new(context, block_header.clone(), &FRONTIER_PATCH);
loop {
match vm.fire() {
Ok(()) => {
Expand Down

1 comment on commit ff13df5

@sjmackenzie
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry but the problem statement is completely unintuitive could you please change it so that we can read it legibly when issuing a git log command.

Please sign in to comment.