Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos committed Mar 5, 2024
1 parent 16c6bb9 commit dfdbc35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nano/rpc_test/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5406,7 +5406,6 @@ TEST (rpc, node_id)
boost::property_tree::ptree request;
request.put ("action", "node_id");
auto response (wait_response (system, rpc_ctx, request));
ASSERT_EQ (node->node_id.prv.to_string (), response.get<std::string> ("private"));
ASSERT_EQ (node->node_id.pub.to_account (), response.get<std::string> ("as_account"));
ASSERT_EQ (node->node_id.pub.to_node_id (), response.get<std::string> ("node_id"));
}
Expand Down

0 comments on commit dfdbc35

Please sign in to comment.