Skip to content

Commit

Permalink
Merge branch 'v3.17.2' into 1767_tracer_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex authored Feb 23, 2024
2 parents 026ce59 + 3e8b8fe commit dbac33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libweb3jsonrpc/Net.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Net : public NetFace {
virtual bool net_listening() override;

private:
const dev::eth::ChainParams& m_chainParams;
const dev::eth::ChainParams m_chainParams;
};

} // namespace rpc
Expand Down

0 comments on commit dbac33c

Please sign in to comment.