Skip to content

Commit

Permalink
IS-900 Keep ChainParams by value in Net
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Feb 12, 2024
1 parent 9515aad commit 46ead61
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 46ead61

Please sign in to comment.