Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Diego Salazar
monero-site
Commits
eb21ff49
Unverified
Commit
eb21ff49
authored
Feb 28, 2018
by
Pavan Rikhi
Browse files
Fix Typos in Daemon RPC Documentation
parent
8c3def51
Changes
3
Hide whitespace changes
Inline
Side-by-side
_i18n/en/resources/developer-guides/daemon-rpc.md
View file @
eb21ff49
...
...
@@ -399,7 +399,7 @@ Outputs:
* *local_ip* - boolean
* *localhost* - boolean
* *peer_id* - string; The node's ID on the network.
* *port* - string
l
The port that the node is using to connect to the network.
* *port* - string
;
The port that the node is using to connect to the network.
* *recv_count* - unsigned int
* *recv_idle_time* - unsigned int
* *send_count* - unsigned int
...
...
@@ -461,7 +461,7 @@ Outputs:
*
*testnet
*
- boolean; States if the node is on the testnet (true) or mainnet (false).
*
*top_block_hash
*
- string; Hash of the highest block in the chain.
*
*tx_count
*
- unsigned int; Total number of non-coinbase transaction in the chain.
*
*tx_pool_siz
*
- unsigned int; Number of transactions that have been broadcast but not included in a block.
*
*tx_pool_siz
e
*
- unsigned int; Number of transactions that have been broadcast but not included in a block.
*
*white_peerlist_size
*
- unsigned int; White Peerlist Size
Following is an example `get_info` call and its return
:
...
...
_i18n/es/resources/developer-guides/daemon-rpc.md
View file @
eb21ff49
...
...
@@ -400,7 +400,7 @@ Outputs:
* *local_ip* - boolean
* *localhost* - boolean
* *peer_id* - string; The node's ID on the network.
* *port* - string
l
The port that the node is using to connect to the network.
* *port* - string
;
The port that the node is using to connect to the network.
* *recv_count* - unsigned int
* *recv_idle_time* - unsigned int
* *send_count* - unsigned int
...
...
@@ -462,7 +462,7 @@ Outputs:
*
*testnet
*
- boolean; States if the node is on the testnet (true) or mainnet (false).
*
*top_block_hash
*
- string; Hash of the highest block in the chain.
*
*tx_count
*
- unsigned int; Total number of non-coinbase transaction in the chain.
*
*tx_pool_siz
*
- unsigned int; Number of transactions that have been broadcast but not included in a block.
*
*tx_pool_siz
e
*
- unsigned int; Number of transactions that have been broadcast but not included in a block.
*
*white_peerlist_size
*
- unsigned int; White Peerlist Size
Following is an example `get_info` call and its return
:
...
...
_i18n/template/resources/developer-guides/daemon-rpc.md
View file @
eb21ff49
...
...
@@ -400,7 +400,7 @@ Outputs:
* *local_ip* - boolean
* *localhost* - boolean
* *peer_id* - string; The node's ID on the network.
* *port* - string
l
The port that the node is using to connect to the network.
* *port* - string
;
The port that the node is using to connect to the network.
* *recv_count* - unsigned int
* *recv_idle_time* - unsigned int
* *send_count* - unsigned int
...
...
@@ -462,7 +462,7 @@ Outputs:
*
*testnet
*
- boolean; States if the node is on the testnet (true) or mainnet (false).
*
*top_block_hash
*
- string; Hash of the highest block in the chain.
*
*tx_count
*
- unsigned int; Total number of non-coinbase transaction in the chain.
*
*tx_pool_siz
*
- unsigned int; Number of transactions that have been broadcast but not included in a block.
*
*tx_pool_siz
e
*
- unsigned int; Number of transactions that have been broadcast but not included in a block.
*
*white_peerlist_size
*
- unsigned int; White Peerlist Size
Following is an example `get_info` call and its return
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment