Skip to content

Commit

Permalink
fix hicpp-move-const-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jul 4, 2024
1 parent 8b250a0 commit 51951a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ TEST_CASE("BackEndServer E2E: mainnet chain with zero etherbase", "[silkworm][no
NodeSettings node_settings;
node_settings.chain_config = kMainnetConfig;
node_settings.etherbase = evmc::address{};
BackEndE2ETest test{silkworm::log::Level::kNone, std::move(node_settings)};
BackEndE2ETest test{silkworm::log::Level::kNone, node_settings};
auto backend_client = *test.backend_client;

SECTION("Etherbase: return coinbase address") {
Expand Down

0 comments on commit 51951a8

Please sign in to comment.