diff --git a/external/silkworm b/external/silkworm index 6367598..d3e6ead 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 636759886f40e4dddf07ea603f94c1fefda30447 +Subproject commit d3e6ead809e9a5049d169d5eb8dfb0fa86d98db2 diff --git a/src/blockchain_plugin.cpp b/src/blockchain_plugin.cpp index 6531388..9edf6ab 100644 --- a/src/blockchain_plugin.cpp +++ b/src/blockchain_plugin.cpp @@ -61,7 +61,7 @@ class blockchain_plugin_impl : std::enable_shared_from_thisget_tx(), evm_lib, silkworm::db::RuntimeState::kLibProcessed); + write_runtime_states_u64(exec_engine->get_tx(), silkworm::db::RuntimeState::kLibProcessed, evm_lib); exec_engine->verify_chain(new_block->header.hash()); block_count=0;