Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcdaemon: remove erigon_watchTheBurn #2110

Merged
merged 12 commits into from
Jun 18, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into add_erigon_watchTheBurn_api
  • Loading branch information
lupin012 authored Jun 18, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 8063d4cec2e4358da399d0193ea59b51a9098f0b
3 changes: 1 addition & 2 deletions silkworm/rpc/core/rawdb/chain.cpp
Original file line number Diff line number Diff line change
@@ -82,5 +82,4 @@ Task<evmc::bytes32> read_head_header_hash(ethdb::Transaction& tx) {
SILK_DEBUG << "head header hash: " << silkworm::to_hex(head_header_hash);
co_return head_header_hash;
}

} // namespace silkworm::rpc::core::rawdb
// namespace silkworm::rpc::core::rawdb
You are viewing a condensed version of this merge commit. You can view the full changes here.