We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5ccf0 commit 547f9edCopy full SHA for 547f9ed
test/blockchaintest/blockchaintest_runner.cpp
@@ -33,6 +33,8 @@ TransitionResult apply_block(state::State& state, evmc::VM& vm, const state::Blo
33
const std::vector<state::Transaction>& txs, evmc_revision rev,
34
std::optional<int64_t> block_reward)
35
{
36
+ state::system_call(state, block, rev, vm);
37
+
38
std::vector<state::Log> txs_logs;
39
int64_t block_gas_left = block.gas_limit;
40
0 commit comments