Skip to content

Commit

Permalink
blockchaintest: Execute system call
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Nov 24, 2023
1 parent 9447d28 commit 7532c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/blockchaintest/blockchaintest_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ TransitionResult apply_block(state::State& state, evmc::VM& vm, const state::Blo
const std::vector<state::Transaction>& txs, evmc_revision rev,
std::optional<int64_t> block_reward)
{
state::system_call(state, block, rev, vm);

std::vector<state::Log> txs_logs;
int64_t block_gas_left = block.gas_limit;

Expand Down

0 comments on commit 7532c7d

Please sign in to comment.