Skip to content

Commit

Permalink
One more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 committed Feb 26, 2018
1 parent c7feaf4 commit f6a8025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/chain/apply_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ void apply_context::exec_one()
// get code from cache
auto code = mutable_controller.get_wasm_cache().checkout_scoped(a.code_version, a.code.data(),
a.code.size());
// get wasm_interface
auto &wasm = wasm_interface::get();
wasm.apply(code, *this);
}
// get wasm_interface
auto &wasm = wasm_interface::get();
wasm.apply(code, *this);
}
}
} FC_CAPTURE_AND_RETHROW((_pending_console_output.str()));

Expand Down

0 comments on commit f6a8025

Please sign in to comment.