Skip to content

Commit

Permalink
@bubafistah #194 from bubafistah/rpc_sw_name_fix
Browse files Browse the repository at this point in the history
Change software name for rpc server
  • Loading branch information
Snider committed Dec 23, 2021
2 parents 12a7022 + 6e18f99 commit 0a190ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/core_rpc_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ namespace cryptonote
//------------------------------------------------------------------------------------------------------------------------------
bool core_rpc_server::on_update(const COMMAND_RPC_UPDATE::request& req, COMMAND_RPC_UPDATE::response& res)
{
static const char software[] = "monero";
static const char software[] = "lethean";
#ifdef BUILD_TAG
static const char buildtag[] = BOOST_PP_STRINGIZE(BUILD_TAG);
static const char subdir[] = "cli";
Expand Down

0 comments on commit 0a190ca

Please sign in to comment.