Skip to content

Commit

Permalink
Merge pull request #1814 from skalenetwork/bug/SKALED-1811-broken-net…
Browse files Browse the repository at this point in the history
…_version

SKALED-1811 Fix net_version call error
  • Loading branch information
DmytroNazarenko authored Feb 23, 2024
2 parents 4e5ad12 + 20dd548 commit 3e8b8fe
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 3e8b8fe

Please sign in to comment.