Skip to content

Commit

Permalink
Fix and evmone submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixtysixter committed Sep 10, 2024
1 parent db227d5 commit 3edf401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions silkworm/core/execution/evm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ evmc::Result EVM::create(const evmc_message& message) noexcept {
.kind = message.depth > 0 ? message.kind : EVMC_CALL,
.depth = message.depth,
.gas = message.gas,
.gas_cost = message.gas_cost,
.recipient = contract_addr,
.sender = message.sender,
.value = message.value,
Expand Down
2 changes: 1 addition & 1 deletion third_party/evmone/evmone

0 comments on commit 3edf401

Please sign in to comment.