Skip to content

Commit

Permalink
#1909 add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 10, 2025
1 parent 898547b commit ba5c9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/libweb3jsonrpc/jsonrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3708,7 +3708,7 @@ BOOST_AUTO_TEST_CASE( jsonrpcVersionInResponseHeader ) {
callDetails = nlohmann::json::object();
callDetails["data"] = "0x2e64cec1";
callDetails["to"] = contractAddress;
callDetails["from"] = senderAddress;
callDetails["from"] = senderAddress.hex();
callDetails["value"] = "0x0";
params.push_back(callDetails);
params.push_back("latest");
Expand Down

0 comments on commit ba5c9d8

Please sign in to comment.