Correct getnettotals help message.
This commit is contained in:
parent
4661be8758
commit
397c4caefe
1 changed files with 2 additions and 2 deletions
|
@ -295,11 +295,11 @@ Returns a JSON object containing information related to mining:
|
||||||
}`,
|
}`,
|
||||||
|
|
||||||
"getnettotals": `getnettotals
|
"getnettotals": `getnettotals
|
||||||
Returns JSON object containinng network traffic statistics:
|
Returns JSON object containing network traffic statistics:
|
||||||
{
|
{
|
||||||
"totalbytesrecv":n, # Numeric total bytes received.
|
"totalbytesrecv":n, # Numeric total bytes received.
|
||||||
"totalbytessent":n, # Numeric total bytes sent.
|
"totalbytessent":n, # Numeric total bytes sent.
|
||||||
"timemilis",t, # Total numeric cpu time.
|
"timemilis",t, # Total numeric of milliseconds since epoch.
|
||||||
}`,
|
}`,
|
||||||
|
|
||||||
"getnetworkhashps": `getnetworkhashps ( blocks=120 height=-1 )
|
"getnetworkhashps": `getnetworkhashps ( blocks=120 height=-1 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue