Skip to content

Commit

Permalink
#1199 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 7, 2023
1 parent 35f4f65 commit 1af8e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libweb3jsonrpc/Eth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ Json::Value Eth::eth_getWork() {

Json::Value Eth::eth_syncing() {
try {
auto client = client();
auto client = this->client();
if ( !client )
BOOST_THROW_EXCEPTION( std::runtime_error( "Client was not initialized" ) );

Check warning on line 898 in libweb3jsonrpc/Eth.cpp

View check run for this annotation

Codecov / codecov/patch

libweb3jsonrpc/Eth.cpp#L896-L898

Added lines #L896 - L898 were not covered by tests

Expand Down

0 comments on commit 1af8e4d

Please sign in to comment.