@@ -835,7 +835,7 @@ static RPCHelpMan setnetworkactive()
835
835
static RPCHelpMan getnodeaddresses ()
836
836
{
837
837
return RPCHelpMan{" getnodeaddresses" ,
838
- " \n Return known addresses which can potentially be used to find new nodes in the network\n " ,
838
+ " \n Return known addresses, which can potentially be used to find new nodes in the network. \n " ,
839
839
{
840
840
{" count" , RPCArg::Type::NUM, /* default */ " 1" , " The maximum number of addresses to return. Specify 0 to return all known addresses." },
841
841
},
@@ -844,10 +844,10 @@ static RPCHelpMan getnodeaddresses()
844
844
{
845
845
{RPCResult::Type::OBJ, " " , " " ,
846
846
{
847
- {RPCResult::Type::NUM_TIME, " time" , " The " + UNIX_EPOCH_TIME + " of when the node was last seen" },
848
- {RPCResult::Type::NUM, " services" , " The services offered" },
847
+ {RPCResult::Type::NUM_TIME, " time" , " The " + UNIX_EPOCH_TIME + " when the node was last seen" },
848
+ {RPCResult::Type::NUM, " services" , " The services offered by the node " },
849
849
{RPCResult::Type::STR, " address" , " The address of the node" },
850
- {RPCResult::Type::NUM, " port" , " The port of the node" },
850
+ {RPCResult::Type::NUM, " port" , " The port number of the node" },
851
851
{RPCResult::Type::STR, " network" , " The network (" + Join (GetNetworkNames (), " , " ) + " ) the node connected through" },
852
852
}},
853
853
}
0 commit comments