Skip to content

Commit 547f9ed

Browse files
committed
blockchaintest: Execute system call
1 parent 3c5ccf0 commit 547f9ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/blockchaintest/blockchaintest_runner.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ TransitionResult apply_block(state::State& state, evmc::VM& vm, const state::Blo
3333
const std::vector<state::Transaction>& txs, evmc_revision rev,
3434
std::optional<int64_t> block_reward)
3535
{
36+
state::system_call(state, block, rev, vm);
37+
3638
std::vector<state::Log> txs_logs;
3739
int64_t block_gas_left = block.gas_limit;
3840

0 commit comments

Comments
 (0)